Package | Description |
---|---|
org.jboss.arquillian.test.spi |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TestResult.setStatus(TestResult.Status status) |
Constructor and Description |
---|
TestResult(TestResult.Status status)
Create a new TestResult.
Start time is set to Current Milliseconds. |
TestResult(TestResult.Status status,
Throwable throwable)
Create a new TestResult.
Start time is set to Current Milliseconds. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.