Updated Using WireMock in UnitTests (markdown)

Stef Heyenrath
2017-06-17 09:11:18 +02:00
parent 100829b908
commit bcda3d006d
+2 -2
@@ -31,8 +31,8 @@ public async void Should_respond_to_request()
// then // then
Check.That(response).IsEqualTo(EXPECTED_RESULT); Check.That(response).IsEqualTo(EXPECTED_RESULT);
// and optionnaly // and optionally
Check.That(_server.SearchLogsFor(Request.WithUrl("/error*")).IsEmpty(); Check.That(_server.FindLogEntries(Request.WithUrl("/error*")).IsEmpty();
} }
[TearDown] [TearDown]