mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-21 00:28:59 +01:00
Updated Using WireMock in UnitTests (markdown)
@@ -8,7 +8,7 @@ Below a simple example using Nunit and NFluent test assertion library:
|
||||
[SetUp]
|
||||
public void StartMockServer()
|
||||
{
|
||||
_server = FluentMockServer.Start();
|
||||
_server = WireMockServer.Start();
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user