Updated Using WireMock in UnitTests (markdown)

Stef Heyenrath
2017-06-17 09:11:18 +02:00
parent 100829b908
commit bcda3d006d

@@ -31,8 +31,8 @@ public async void Should_respond_to_request()
// then
Check.That(response).IsEqualTo(EXPECTED_RESULT);
// and optionnaly
Check.That(_server.SearchLogsFor(Request.WithUrl("/error*")).IsEmpty();
// and optionally
Check.That(_server.FindLogEntries(Request.WithUrl("/error*")).IsEmpty();
}
[TearDown]