Package org.mockserver.client
Class MockServerClient.SloVerdictAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.mockserver.client.MockServerClient.SloVerdictAssertionError
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MockServerClient
An
AssertionError raised when MockServerClient.verifySLO(SloCriteria) receives a
FAIL verdict (406). The raw verdict JSON is the message; when it
parsed, the SloVerdict is available via getVerdict().- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SloVerdictAssertionError
-
-
Method Details
-
getVerdict
-