Wiremock.Net Example
Find a file
2021-05-21 14:47:55 +01:00
.github/workflows Add github workflow 2021-05-21 14:45:09 +01:00
src/WireMock.Net.Api Add WireMock.Net Example 2021-05-21 14:26:22 +01:00
test/WireMock.Net.Test Add WireMock.Net Example 2021-05-21 14:26:22 +01:00
.gitignore Add WireMock.Net Example 2021-05-21 14:26:22 +01:00
README.md Add badge 2021-05-21 14:47:55 +01:00
WireMock.Net.Example.sln Add WireMock.Net Example 2021-05-21 14:26:22 +01:00

WireMock.Net Example Project

Workflow

In this project you will learn how to use WireMock.net in your integration tests to mock an external API.

For a complete walkthrough see my blog post Using WireMock.net for Integration Testing.