Package | Description |
---|---|
org.mockserver.client | |
org.mockserver.client.serialization.java | |
org.mockserver.client.serialization.model | |
org.mockserver.matchers | |
org.mockserver.mock |
Modifier and Type | Method and Description |
---|---|
ForwardChainExpectation |
MockServerClient.when(HttpRequest httpRequest,
Times times,
TimeToLive timeToLive)
Specify an limited expectation that will respond a specified number of times when the http is matched
for example:
|
Modifier and Type | Method and Description |
---|---|
String |
TimeToLiveToJavaSerializer.serialize(int numberOfSpacesToIndent,
TimeToLive timeToLive) |
Modifier and Type | Method and Description |
---|---|
TimeToLive |
TimeToLiveDTO.buildObject() |
Constructor and Description |
---|
TimeToLiveDTO(TimeToLive timeToLive) |
Modifier and Type | Method and Description |
---|---|
static TimeToLive |
TimeToLive.exactly(TimeUnit timeUnit,
Long timeToLive) |
static TimeToLive |
TimeToLive.unlimited() |
Modifier and Type | Method and Description |
---|---|
TimeToLive |
Expectation.getTimeToLive() |
Constructor and Description |
---|
Expectation(HttpRequest httpRequest,
Times times,
TimeToLive timeToLive) |
Copyright © 2018. All rights reserved.