public class IncompleteExecutionException
extends java.lang.RuntimeException
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.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
IncompleteExecutionException() |
IncompleteExecutionException(java.lang.String message) |
IncompleteExecutionException(java.lang.String message,
java.lang.Throwable cause) |
private static final long serialVersionUID