public class ExpectationFileSystemPersistence extends Object implements MockServerMatcherListener
Constructor and Description |
---|
ExpectationFileSystemPersistence(Configuration configuration,
MockServerLogger mockServerLogger,
RequestMatchers requestMatchers) |
Modifier and Type | Method and Description |
---|---|
String |
serialize(Expectation... expectations) |
String |
serialize(List<Expectation> expectations) |
void |
stop() |
void |
updated(RequestMatchers requestMatchers,
MockServerMatcherNotifier.Cause cause) |
public ExpectationFileSystemPersistence(Configuration configuration, MockServerLogger mockServerLogger, RequestMatchers requestMatchers)
public void updated(RequestMatchers requestMatchers, MockServerMatcherNotifier.Cause cause)
updated
in interface MockServerMatcherListener
public String serialize(List<Expectation> expectations)
public String serialize(Expectation... expectations)
public void stop()
Copyright © 2022. All rights reserved.