Package | Description |
---|---|
org.mockserver.log | |
org.mockserver.mock | |
org.mockserver.serialization | |
org.mockserver.serialization.model | |
org.mockserver.verify |
Modifier and Type | Method and Description |
---|---|
Future<String> |
MockServerEventLog.verify(Verification verification) |
void |
MockServerEventLog.verify(Verification verification,
Consumer<String> resultConsumer) |
Modifier and Type | Method and Description |
---|---|
Future<String> |
HttpStateHandler.verify(Verification verification) |
void |
HttpStateHandler.verify(Verification verification,
Consumer<String> resultConsumer) |
Modifier and Type | Method and Description |
---|---|
Verification |
VerificationSerializer.deserialize(String jsonVerification) |
Modifier and Type | Method and Description |
---|---|
Class<Verification> |
VerificationSerializer.supportsType() |
Modifier and Type | Method and Description |
---|---|
String |
VerificationSerializer.serialize(Verification verification) |
Modifier and Type | Method and Description |
---|---|
Verification |
VerificationDTO.buildObject() |
Constructor and Description |
---|
VerificationDTO(Verification verification) |
Modifier and Type | Method and Description |
---|---|
static Verification |
Verification.verification() |
Verification |
Verification.withRequest(HttpRequest httpRequest) |
Verification |
Verification.withTimes(VerificationTimes times) |
Copyright © 2020. All rights reserved.