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 ForwardChainExpectationMockServerClient. when(RequestDefinition requestDefinition, Times times)Specify a limited expectation that will respond a specified number of times when the http is matchedForwardChainExpectationMockServerClient. when(RequestDefinition requestDefinition, Times times, TimeToLive timeToLive)Specify a limited expectation that will respond a specified number of times when the http is matchedForwardChainExpectationMockServerClient. when(RequestDefinition requestDefinition, 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: -
Uses of Times in org.mockserver.matchers
Methods in org.mockserver.matchers that return Times Modifier and Type Method Description TimesTimes. clone()static TimesTimes. exactly(int count)static TimesTimes. once()static TimesTimes. unlimited() -
Uses of Times in org.mockserver.mock
Methods in org.mockserver.mock that return Times Modifier and Type Method Description TimesExpectation. getTimes()Methods in org.mockserver.mock with parameters of type Times Modifier and Type Method Description static ExpectationExpectation. 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 ExpectationExpectation. 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:static ExpectationExpectation. when(HttpRequest httpRequest, Times times, TimeToLive timeToLive)Specify the HttpRequest to match against for a limit number of times or time as follows:static ExpectationExpectation. 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:Constructors in org.mockserver.mock with parameters of type Times Constructor Description Expectation(RequestDefinition requestDefinition, Times times, TimeToLive timeToLive, int priority) -
Uses of Times in org.mockserver.serialization.java
Methods in org.mockserver.serialization.java with parameters of type Times Modifier and Type Method Description StringTimesToJavaSerializer. 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 TimesTimesDTO. 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 voidTimesSerializer. serialize(Times times, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-