Class TestStatus


  • public class TestStatus
    extends Object
    • Constructor Detail

      • TestStatus

        public TestStatus​(Throwable testErrorCause)
    • Method Detail

      • getTestErrorCause

        public Throwable getTestErrorCause()
        Returns:
        the error cause that was thrown during either `BeforeAll`, `BeforeEach`, test method, `AfterAll` or `AfterEach` phases.
      • isTestFailed

        public boolean isTestFailed()
        Returns:
        whether the test has failed.