WireMock.Net is a flexible library for stubbing and mocking web HTTP responses using request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
Some examples of using the WireMock with .Net technologies.
Version | Framework | Result |
---|---|---|
framework 4.7 | MSTest | ✔️ |
netcore 2.2 | MSTest | ✔️ |
netcore 2.2 | NUnit | ✔️ |
netcore 2.2 | xUnit | ✔️ |
For more details, access the project repository.