Package io.quarkus.test.common
Class TestStatus
java.lang.Object
io.quarkus.test.common.TestStatus
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestStatus
-
-
Method Details
-
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.
-