Uses of Class
org.mockserver.matchers.Times
-
-
Uses of Times in org.mockserver.client
Methods in org.mockserver.client with parameters of type Times Modifier and Type Method Description ForwardChainExpectation
MockServerClient. when(HttpRequest httpRequest, Times times)
Specify an limited expectation that will respond a specified number of times when the http is matched for example: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: -
Uses of Times in org.mockserver.matchers
Methods in org.mockserver.matchers that return Times Modifier and Type Method Description Times
Times. clone()
static Times
Times. exactly(int count)
static Times
Times. once()
static Times
Times. unlimited()
-
Uses of Times in org.mockserver.mock
Methods in org.mockserver.mock that return Times Modifier and Type Method Description Times
Expectation. getTimes()
Constructors in org.mockserver.mock with parameters of type Times Constructor Description Expectation(HttpRequest httpRequest, Times times, TimeToLive timeToLive)
-
Uses of Times in org.mockserver.serialization.java
Methods in org.mockserver.serialization.java with parameters of type Times Modifier and Type Method Description String
TimesToJavaSerializer. serialize(int numberOfSpacesToIndent, Times times)
-
Uses of Times in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return Times Modifier and Type Method Description Times
TimesDTO. buildObject()
Constructors in org.mockserver.serialization.model with parameters of type Times Constructor Description TimesDTO(Times times)
-
Uses of Times in org.mockserver.serialization.serializers.response
Methods in org.mockserver.serialization.serializers.response with parameters of type Times Modifier and Type Method Description void
TimesSerializer. serialize(Times times, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-