Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 709 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 709 Bytes

WireMock.Net examples

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.