Merge branch '2.2.x'

This commit is contained in:
Marcin Grzejszczak
2020-02-12 17:34:31 +01:00
78 changed files with 1623 additions and 18 deletions

View File

@@ -157,7 +157,11 @@ public class WireMockConfiguration implements SmartLifecycle {
void resetMappings() {
if (this.server.isRunning()) {
this.server.resetAll();
this.server.resetRequests();
this.server.resetScenarios();
WireMock.reset();
WireMock.resetAllRequests();
WireMock.resetAllScenarios();
registerStubs();
logRegisteredMappings();
}