wiremock-net-example/README.md

6 lines
294 B
Markdown
Raw Normal View History

2021-05-21 13:30:57 +00:00
# WireMock.Net Example Project
2021-05-21 13:29:05 +00:00
In this project you will learn how to use WireMock.net in your integration tests to mock an external API.
2021-05-21 13:30:20 +00:00
For a complete walkthrough see my blog post [Using WireMock.net for Integration Testing](https://www.alexhyett.com/using-wiremock-net-integration-tests/).