Uses of Enum Class
org.mockserver.mock.MockMode
Packages that use MockMode
-
Uses of MockMode in org.mockserver.client
Methods in org.mockserver.client that return MockModeModifier and TypeMethodDescriptionMockServerClient.retrieveMode()Read the current high-level operating mode.Methods in org.mockserver.client with parameters of type MockModeModifier and TypeMethodDescriptionSet the high-level operating mode. -
Uses of MockMode in org.mockserver.mock
Methods in org.mockserver.mock that return MockModeModifier and TypeMethodDescriptionstatic MockModeMockMode.fromProxyFlag(boolean attemptToProxyIfNoMatchingExpectation) Derives the reported mode from the liveattemptToProxyIfNoMatchingExpectationflag.static MockModeParses a mode name case-insensitively.static MockModeReturns the enum constant of this class with the specified name.static MockMode[]MockMode.values()Returns an array containing the constants of this enum class, in the order they are declared.