Thrown when the test assumption is not met, cause aborting of test execution.
Anything
Object
Basic
...and other supertypesThrowable
Exception
TestAbortedException
Exception
Throwable
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
TestAbortedException(String? assumption = null) Parameters:
|
Attributes | |
assumption | shared String? assumption The message describing the assumption, which wasn't met. |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Attributes inherited from: Throwable cause , message , string , suppressed |
Inherited Methods |
Methods inherited from: Object equals |
Methods inherited from: Throwable addSuppressed , printStackTrace |