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