WireMock
https://wiremock.org/docs/
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ファイルからも構成できる
DockerでWireMockを動かす
WireMock: Request Matching
WireMock: Response Templating
IMO:53 正しい使い方を簡単に、誤った使い方を困難にの好例