|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestResult.Status | |
|---|---|
| org.jboss.arquillian.spi | |
| Uses of TestResult.Status in org.jboss.arquillian.spi |
|---|
| Methods in org.jboss.arquillian.spi that return TestResult.Status | |
|---|---|
TestResult.Status |
TestResult.getStatus()
Get the status of this test |
static TestResult.Status |
TestResult.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.spi with parameters of type TestResult.Status | |
|---|---|
void |
TestResult.setStatus(TestResult.Status status)
|
| Constructors in org.jboss.arquillian.spi with parameters of type TestResult.Status | |
|---|---|
TestResult(TestResult.Status status)
Create a new TestResult. |
|
TestResult(TestResult.Status status,
Throwable throwable)
Create a new TestResult. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||