Uses of Enum Class
org.mockserver.verify.Disposition
Packages that use Disposition
-
Uses of Disposition in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return DispositionMethods in org.mockserver.serialization.model with parameters of type Disposition -
Uses of Disposition in org.mockserver.verify
Methods in org.mockserver.verify that return DispositionModifier and TypeMethodDescriptionVerification.getDisposition()static DispositionReturns the enum constant of this class with the specified name.static Disposition[]Disposition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.verify with parameters of type DispositionModifier and TypeMethodDescriptionVerification.withDisposition(Disposition disposition) Narrow this verification to count only requests that were handled with the givenDisposition—forwarded/proxiedormocked.