Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 665 Bytes

File metadata and controls

8 lines (7 loc) · 665 Bytes

This is a sample test project to demonstrate service virtualization and API mocking with WireMock and Spring WebClient. http://dummy.restapiexample.com/ demo site's /api/v1/employees service is mocked using WireMock and tested with requests sent through client built using Spring WebClient

Running the Tests

  • There's only one test class, MyClientTest.java. It can be run under src/test/java/apimockingtest/

Notes