| Modifier and Type | Method and Description | 
|---|---|
ForwardChainExpectation | 
MockServerClient.when(HttpRequest httpRequest,
    Times times)
Specify a limited expectation that will respond a specified number of times when the http is matched 
 | 
ForwardChainExpectation | 
MockServerClient.when(HttpRequest httpRequest,
    Times times,
    TimeToLive timeToLive)
Specify a limited expectation that will respond a specified number of times when the http is matched 
 | 
ForwardChainExpectation | 
MockServerClient.when(HttpRequest httpRequest,
    Times times,
    TimeToLive timeToLive,
    Integer priority)
Specify a limited expectation that will respond a specified number of times when the http is matched and will be matched according to priority as follows: 
 | 
| 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)  | 
static Expectation | 
Expectation.when(HttpRequest httpRequest,
    Times times,
    TimeToLive timeToLive,
    Integer priority)  | 
| Constructor and Description | 
|---|
Expectation(HttpRequest httpRequest,
           Times times,
           TimeToLive timeToLive,
           Integer 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 © 2020. All rights reserved.