Incomplete Execution Exception
RuntimeException used to indicate that the execution of a test was incomplete — for example, that the execution was entirely skipped or aborted mid-stream. See subclasses for concrete use cases.
An IncompleteExecutionException is not used to indicate that a test execution failed.
Author
Johannes Link
Sam Brannen
Since
1.0
Author
Johannes Link
Sam Brannen
Inheritors
Constructors
Link copied to clipboard
expect constructor()
actual constructor()
Constructs an IncompleteExecutionException with an empty message and no cause.
Constructs an IncompleteExecutionException with a message but without cause.
Constructs an IncompleteExecutionException with a message and a cause.