| Package | Description |
|---|---|
| org.powermock.core.spi.testresult | |
| org.powermock.core.spi.testresult.impl | |
| org.powermock.modules.junit4.internal.impl |
| Modifier and Type | Method and Description |
|---|---|
Result |
TestMethodResult.getResult() |
Result |
TestSuiteResult.getResult() |
static Result |
Result.valueOf(java.lang.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 | Field and Description |
|---|---|
private Result |
TestMethodResultImpl.result |
| Modifier and Type | Method and Description |
|---|---|
Result |
TestMethodResultImpl.getResult() |
Result |
TestSuiteResultImpl.getResult() |
| Constructor and Description |
|---|
TestMethodResultImpl(Result result) |
| Modifier and Type | Field and Description |
|---|---|
private Result |
NotificationBuilder.OngoingTestRun.result |
| Modifier and Type | Method and Description |
|---|---|
Result |
NotificationBuilder.OngoingTestRun.getResult() |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
NotificationBuilder.notify(org.junit.runner.Description d,
Result result) |
(package private) void |
NotificationBuilder.OngoingTestRun.report(Result result) |