====== Wiremock ====== * http://wiremock.org/ * refer [[java:mock_server|Mock Server]] * WireMock is a flexible library for stubbing and mocking web services. Unlike general purpose mocking tools it works by creating an actual HTTP server that your code under test can connect to as it would a real web service. * [[http://www.baeldung.com/introduction-to-wiremock|Introduction to WireMock | Baeldung]] * [[https://www.petrikainulainen.net/programming/testing/wiremock-tutorial-request-matching-part-two/|WireMock Tutorial: Request Matching, Part Two]]