Class TestStatus

java.lang.Object
io.quarkus.test.common.TestStatus

public class TestStatus extends Object
  • Constructor Details

    • TestStatus

      public TestStatus(Throwable testErrorCause)
  • Method Details

    • 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.