Uses of Class
org.mockserver.matchers.Times
Packages that use Times
Package
Description
-
Uses of Times in org.mockserver.client
Methods in org.mockserver.client with parameters of type TimesModifier and TypeMethodDescriptionMockServerClient.when(RequestDefinition requestDefinition, Times times) Specify a limited expectation that will respond a specified number of times when the http is matchedMockServerClient.when(RequestDefinition requestDefinition, Times times, TimeToLive timeToLive) Specify a limited expectation that will respond a specified number of times when the http is matchedMockServerClient.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 -
Uses of Times in org.mockserver.mock
Methods in org.mockserver.mock that return TimesMethods in org.mockserver.mock with parameters of type TimesModifier and TypeMethodDescriptionstatic 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 TimesModifierConstructorDescriptionExpectation(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 -
Uses of Times in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return TimesConstructors in org.mockserver.serialization.model with parameters of type Times -
Uses of Times in org.mockserver.serialization.serializers.response
Methods in org.mockserver.serialization.serializers.response with parameters of type Times