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 |
---|---|
TestResult |
TestResult.setStatus(TestResult.Status status)
Deprecated.
|
Constructor and Description |
---|
TestResult(TestResult.Status status)
Deprecated.
|
TestResult(TestResult.Status status,
String description)
Deprecated.
|
TestResult(TestResult.Status status,
Throwable throwable)
Deprecated.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.