Uses of Enum Class
org.mockserver.mock.MockMode
Packages that use MockMode
-
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.