Uses of Class
org.jboss.arquillian.test.spi.TestResult.Status
-
Packages that use TestResult.Status Package Description org.jboss.arquillian.test.spi -
-
Uses of TestResult.Status in org.jboss.arquillian.test.spi
Methods in org.jboss.arquillian.test.spi that return TestResult.Status Modifier and Type Method Description TestResult.StatusTestResult. getStatus()Get the status of this teststatic TestResult.StatusTestResult.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static TestResult.Status[]TestResult.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.arquillian.test.spi with parameters of type TestResult.Status Modifier and Type Method Description TestResultTestResult. setStatus(TestResult.Status status)Deprecated.Constructors in org.jboss.arquillian.test.spi with parameters of type TestResult.Status Constructor Description TestResult(TestResult.Status status)Deprecated.TestResult(TestResult.Status status, String description)Deprecated.TestResult(TestResult.Status status, Throwable throwable)Deprecated.
-