Uses of Class
org.mockserver.mock.RequestMatchers
Packages that use RequestMatchers
Package
Description
-
Uses of RequestMatchers in org.mockserver.dashboard
Methods in org.mockserver.dashboard with parameters of type RequestMatchersModifier and TypeMethodDescriptionvoidDashboardWebSocketHandler.updated(RequestMatchers requestMatchers, MockServerMatcherNotifier.Cause cause) -
Uses of RequestMatchers in org.mockserver.memory
Methods in org.mockserver.memory with parameters of type RequestMatchersModifier and TypeMethodDescriptionvoidMemoryMonitoring.updated(RequestMatchers requestMatchers, MockServerMatcherNotifier.Cause cause) Constructors in org.mockserver.memory with parameters of type RequestMatchersModifierConstructorDescriptionMemoryMonitoring(Configuration configuration, MockServerEventLog mockServerLog, RequestMatchers requestMatchers) -
Uses of RequestMatchers in org.mockserver.mock
Methods in org.mockserver.mock that return RequestMatchersModifier and TypeMethodDescriptionstatic RequestMatchersExpectationStoreFactory.create(Configuration configuration, MockServerLogger mockServerLogger, Scheduler scheduler, WebSocketClientRegistry webSocketClientRegistry) Create the expectation store via the registered factory (default: the standard in-memoryRequestMatchers).ExpectationStoreFactory.Factory.create(Configuration configuration, MockServerLogger mockServerLogger, Scheduler scheduler, WebSocketClientRegistry webSocketClientRegistry) HttpState.getRequestMatchers()Methods in org.mockserver.mock with parameters of type RequestMatchersModifier and TypeMethodDescriptionprotected voidRequestMatchers.notifyListeners(RequestMatchers notifier, MockServerMatcherNotifier.Cause cause) -
Uses of RequestMatchers in org.mockserver.mock.listeners
Methods in org.mockserver.mock.listeners with parameters of type RequestMatchersModifier and TypeMethodDescriptionprotected voidMockServerMatcherNotifier.notifyListeners(RequestMatchers notifier, MockServerMatcherNotifier.Cause cause) voidMockServerMatcherListener.updated(RequestMatchers requestMatchers, MockServerMatcherNotifier.Cause cause) -
Uses of RequestMatchers in org.mockserver.mock.pact
Methods in org.mockserver.mock.pact with parameters of type RequestMatchersModifier and TypeMethodDescriptionPactVerifier.verify(String pactJson, RequestMatchers requestMatchers) Verifies the given Pact v3 contract JSON against the active expectations in the providedRequestMatchers. -
Uses of RequestMatchers in org.mockserver.persistence
Methods in org.mockserver.persistence with parameters of type RequestMatchersModifier and TypeMethodDescriptionvoidExpectationFileSystemPersistence.updated(RequestMatchers requestMatchers, MockServerMatcherNotifier.Cause cause) Constructors in org.mockserver.persistence with parameters of type RequestMatchersModifierConstructorDescriptionExpectationFileSystemPersistence(Configuration configuration, MockServerLogger mockServerLogger, RequestMatchers requestMatchers) Backwards-compatible constructor that creates aFilesystemBlobStoreinternally, preserving the original direct-file-I/O behaviour for callers that do not supply a BlobStore (e.g. existing tests).ExpectationFileSystemPersistence(Configuration configuration, MockServerLogger mockServerLogger, RequestMatchers requestMatchers, BlobStore blobStore) Creates persistence backed by the givenBlobStore.ExpectationFileWatcher(Configuration configuration, MockServerLogger mockServerLogger, RequestMatchers requestMatchers, ExpectationInitializerLoader expectationInitializerLoader) -
Uses of RequestMatchers in org.mockserver.server.initialize
Constructors in org.mockserver.server.initialize with parameters of type RequestMatchersModifierConstructorDescriptionExpectationInitializerLoader(Configuration configuration, MockServerLogger mockServerLogger, RequestMatchers requestMatchers)