| Modifier and Type | Method and Description |
|---|---|
void |
MockServerEventLog.retrieveRecordedExpectations(HttpRequest httpRequest,
Consumer<List<Expectation>> listConsumer) |
| Modifier and Type | Method and Description |
|---|---|
Expectation |
ExpectationLogEntry.getExpectation() |
Expectation |
LogEntry.getExpectation() |
| Modifier and Type | Method and Description |
|---|---|
LogEntry |
LogEntry.setExpectation(Expectation expectation) |
| Modifier and Type | Method and Description |
|---|---|
Expectation |
HttpRequestMatcher.getExpectation() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestMatcher |
MatcherBuilder.transformsToMatcher(Expectation expectation) |
boolean |
HttpRequestMatcher.update(Expectation expectation) |
| Modifier and Type | Method and Description |
|---|---|
List<Expectation> |
MockServerMatcher.retrieveActiveExpectations(HttpRequest httpRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpStateHandler.add(Expectation... expectations) |
void |
MockServerMatcher.add(Expectation expectation) |
void |
MockServerMatcher.add(Expectation expectation,
MockServerMatcherNotifier.Cause cause) |
void |
HttpStateHandler.postProcess(Expectation expectation) |
void |
MockServerMatcher.update(Expectation[] expectations,
MockServerMatcherNotifier.Cause cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
ExpectationFileSystemPersistence.serialize(Expectation... expectations) |
| Modifier and Type | Method and Description |
|---|---|
String |
ExpectationFileSystemPersistence.serialize(List<Expectation> expectations) |
| Modifier and Type | Method and Description |
|---|---|
Expectation |
ExpectationSerializer.deserialize(String jsonExpectation) |
Expectation[] |
ExpectationSerializer.deserializeArray(String jsonExpectations,
boolean allowEmpty) |
| Modifier and Type | Method and Description |
|---|---|
Class<Expectation> |
ExpectationSerializer.supportsType() |
| Modifier and Type | Method and Description |
|---|---|
String |
ExpectationSerializer.serialize(Expectation... expectations) |
String |
ExpectationSerializer.serialize(Expectation expectation) |
| Modifier and Type | Method and Description |
|---|---|
String |
ExpectationSerializer.serialize(List<Expectation> expectations) |
| Modifier and Type | Method and Description |
|---|---|
String |
ExpectationToJavaSerializer.serialize(int numberOfSpacesToIndent,
Expectation expectation) |
| Modifier and Type | Method and Description |
|---|---|
String |
ExpectationToJavaSerializer.serialize(List<Expectation> expectations) |
| Modifier and Type | Method and Description |
|---|---|
Expectation |
ExpectationDTO.buildObject() |
| Constructor and Description |
|---|
ExpectationDTO(Expectation expectation) |
| Modifier and Type | Method and Description |
|---|---|
Expectation[] |
ExpectationInitializer.initializeExpectations() |
Expectation[] |
ExpectationInitializerLoader.loadExpectations() |
Copyright © 2020. All rights reserved.