WireMock
WireMock is an HTTP mock server.
At its core it is web server that can be primed to serve canned responses to particular requests (stubbing) and that captures incoming requests so that they can be checked later (verification).
stubbing:特定のリクエストに対して前もって指定されたレスポンスを返す
verification:後でチェックできるよう、入ってくるリクエストをキャプチャする
Additionally, stubs can be configured via JSON files.
stubは(REST APIやJava APIの他に)JSONファイルからも構成できる