mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-27 02:09:14 +02: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