Test Aborted Exception
Specialization of IncompleteExecutionException used to indicate that a test was aborted during execution (e.g., due to a failed assumption).
Author
Sam Brannen
Johannes Link
Since
1.0
Author
Sam Brannen
Johannes Link
See also
Constructors
Link copied to clipboard
expect constructor()
actual constructor()
Constructs an TestAbortedException with an empty message and no cause.
Constructs an TestAbortedException with a message but without cause.
Constructs an TestAbortedException with a message and a cause.