Uses of Enum
org.jboss.arquillian.test.spi.TestResult.Status
Packages that use TestResult.Status
-
Uses of TestResult.Status in org.jboss.arquillian.test.spi
Methods in org.jboss.arquillian.test.spi that return TestResult.StatusModifier and TypeMethodDescriptionTestResult.getStatus()Get the status of this teststatic TestResult.StatusReturns 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.StatusConstructors in org.jboss.arquillian.test.spi with parameters of type TestResult.StatusModifierConstructorDescriptionTestResult(TestResult.Status status) Deprecated.TestResult(TestResult.Status status, String description) Deprecated.TestResult(TestResult.Status status, Throwable throwable) Deprecated.