public class ExpectationFileSystemPersistence extends Object implements MockServerMatcherListener
| Constructor and Description | 
|---|
ExpectationFileSystemPersistence(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(MockServerLogger mockServerLogger, RequestMatchers requestMatchers)
public void updated(RequestMatchers requestMatchers, MockServerMatcherNotifier.Cause cause)
updated in interface MockServerMatcherListenerpublic String serialize(List<Expectation> expectations)
public String serialize(Expectation... expectations)
public void stop()
Copyright © 2020. All rights reserved.