Updated Using WireMock in UnitTests (markdown)

Stef Heyenrath
2020-01-25 09:43:30 +01:00
parent 3902c47624
commit ed401502e8

@@ -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]