| Package | Description |
|---|---|
| org.powermock.core.spi.testresult | |
| org.powermock.core.spi.testresult.impl |
| Modifier and Type | Method and Description |
|---|---|
Result |
TestSuiteResult.getResult() |
Result |
TestMethodResult.getResult() |
static Result |
Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result[] |
Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
TestSuiteResultImpl.getResult() |
Result |
TestMethodResultImpl.getResult() |
| Constructor and Description |
|---|
TestMethodResultImpl(Result result) |
Copyright © 2007–2016. All rights reserved.