Updated Using WireMock in UnitTests (markdown)

Stef Heyenrath
2020-01-25 09:43:30 +01:00
parent 3902c47624
commit ed401502e8
+1 -1
@@ -8,7 +8,7 @@ Below a simple example using Nunit and NFluent test assertion library:
[SetUp] [SetUp]
public void StartMockServer() public void StartMockServer()
{ {
_server = FluentMockServer.Start(); _server = WireMockServer.Start();
} }
[Test] [Test]