|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatusValues | |
|---|---|
| org.tap4j.model | |
| org.tap4j.util | |
| Uses of StatusValues in org.tap4j.model |
|---|
| Methods in org.tap4j.model that return StatusValues | |
|---|---|
StatusValues |
TestResult.getStatus()
|
| Methods in org.tap4j.model with parameters of type StatusValues | |
|---|---|
void |
TestResult.setStatus(StatusValues status)
|
| Constructors in org.tap4j.model with parameters of type StatusValues | |
|---|---|
TestResult(StatusValues testStatus,
Integer testNumber)
Constructor with parameter. |
|
| Uses of StatusValues in org.tap4j.util |
|---|
| Methods in org.tap4j.util that return StatusValues | |
|---|---|
static StatusValues |
StatusValues.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StatusValues[] |
StatusValues.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||