Class TestExecutionException

All Implemented Interfaces:
Serializable

public class TestExecutionException extends RuntimeException
Author:
Nils Olsson
See Also:
  • Constructor Details

    • TestExecutionException

      public TestExecutionException()
    • TestExecutionException

      public TestExecutionException(Result result)
    • TestExecutionException

      public TestExecutionException(Result result, Throwable t)
    • TestExecutionException

      public TestExecutionException(String message)
    • TestExecutionException

      public TestExecutionException(Throwable throwable)
  • Method Details

    • hasErrors

      public boolean hasErrors()
    • getResult

      public Result getResult()