mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-17 23:14:23 +01:00
Updated Using WireMock in UnitTests (markdown)
@@ -1,6 +1,6 @@
|
||||
# WireMock with your favorite UnitTest framework
|
||||
Obviously you can use your favourite test framework and use WireMock within your tests. In order to avoid flaky tests you should:
|
||||
- let WireMock choose dynamicaly ports. It might seem common sens, avoid hard coded ports in your tests!
|
||||
Obviously you can use your favorite test framework and use WireMock.Net within your tests. In order to avoid flaky tests you should:
|
||||
- let WireMock.Net choose ports dynamically . It might seem common sense, avoid hard coded ports in your tests!
|
||||
- clean up the request log or shutdown the server at the end of each test
|
||||
|
||||
Below a simple example using Nunit and NFluent test assertion library:
|
||||
|
||||
Reference in New Issue
Block a user