Exception that indicates an evaluation of a property should be discarded, because a condition required by a property was not met by the passed values.
Exception that indicates an attempt was made to register a test that had the same name as a test already registered in the same suite.
Exception that indicates a ScalaCheck property check failed.
Trait implemented by exception types that can modify their detail message.
Trait implemented by PayloadField
exception types that can modify their payload.
Exception that indicates something was attempted in test code that is not allowed.
Trait implemented by exception types that carry an optional payload.
Exception that indicates a property check failed.
Trait that encapsulates the information required of an exception thrown by ScalaTest's assertions and matchers, which includes a stack depth at which the failing line of test code resides.
Exception class that encapsulates information about the stack depth at which the line of code that failed resides, so that information can be presented to the user that makes it quick to find the failing line of code.
Exception that indicates a table-driven property check failed.
Subclass of TestFailedException
representing tests that faile because of a timeout.
Exception that indicates a test failed.
Exception thrown to indicate a test is pending.
Exception that indicates an action that is only allowed during a suite's test registration phase, such as registering a test to run or ignore, was attempted after registration had already closed.
Trait mixed into exceptions thrown due to a timeout, which offers
a timeout
field providing a Span
representing the timeout that expired.