| Package | Description |
|---|---|
| org.mockserver.matchers | |
| org.mockserver.mock | |
| org.mockserver.serialization.java | |
| org.mockserver.serialization.model | |
| org.mockserver.serialization.serializers.response |
| Modifier and Type | Method and Description |
|---|---|
Times |
Times.clone() |
static Times |
Times.exactly(int count) |
static Times |
Times.once() |
static Times |
Times.unlimited() |
| Modifier and Type | Method and Description |
|---|---|
Times |
Expectation.getTimes() |
| Modifier and Type | Method and Description |
|---|---|
static Expectation |
Expectation.when(HttpRequest httpRequest,
Times times,
TimeToLive timeToLive)
Specify the HttpRequest to match against for a limit number of times or time as follows:
|
static Expectation |
Expectation.when(HttpRequest httpRequest,
Times times,
TimeToLive timeToLive,
int priority)
Specify the HttpRequest to match against for a limit number of times or time and a match priority as follows:
|
static Expectation |
Expectation.when(String specUrlOrPayload,
String operationId,
Times times,
TimeToLive timeToLive)
Specify the OpenAPI and operationId to match against by URL or payload and string for a limit number of times or time as follows:
|
static Expectation |
Expectation.when(String specUrlOrPayload,
String operationId,
Times times,
TimeToLive timeToLive,
int priority)
Specify the OpenAPI and operationId to match against by URL or payload and string for a limit number of times or time and a match priority as follows:
|
| Constructor and Description |
|---|
Expectation(RequestDefinition requestDefinition,
Times times,
TimeToLive timeToLive,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
String |
TimesToJavaSerializer.serialize(int numberOfSpacesToIndent,
Times times) |
| Modifier and Type | Method and Description |
|---|---|
Times |
TimesDTO.buildObject() |
| Constructor and Description |
|---|
TimesDTO(Times times) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimesSerializer.serialize(Times times,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2023. All rights reserved.