Class TestAbortedException

All Implemented Interfaces:
Serializable

public class TestAbortedException extends IncompleteExecutionException
Specialization of IncompleteExecutionException used to indicate that a test was aborted during execution (e.g., due to a failed assumption).
Since:
1.0
Author:
Sam Brannen, Johannes Link
See Also:
  • Constructor Details

    • TestAbortedException

      public TestAbortedException()
    • TestAbortedException

      public TestAbortedException(String message)
    • TestAbortedException

      public TestAbortedException(String message, Throwable cause)