|
Arquillian Test SPI 1.0.0.CR1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestResult.Status | |
|---|---|
| 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 | |
|---|---|
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.test.spi with parameters of type TestResult.Status | |
|---|---|
void |
TestResult.setStatus(TestResult.Status status)
|
| Constructors in org.jboss.arquillian.test.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. |
|
|
Arquillian Test SPI 1.0.0.CR1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||