Class NotificationBuilder.OngoingTestRun
- java.lang.Object
-
- org.powermock.modules.junit4.internal.impl.NotificationBuilder.OngoingTestRun
-
- All Implemented Interfaces:
TestMethodResult
- Enclosing class:
- NotificationBuilder
private class NotificationBuilder.OngoingTestRun extends java.lang.Object implements TestMethodResult
-
-
Field Summary
Fields Modifier and Type Field Description private Result
result
(package private) org.junit.runner.Description
testDescription
(package private) java.lang.Object
testInstance
(package private) java.lang.reflect.Method
testMethod
-
Constructor Summary
Constructors Constructor Description OngoingTestRun(org.junit.runner.Description testDescription, java.lang.Object testInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result
getResult()
(package private) void
report(Result result)
(package private) java.lang.Class<?>
testClass()
-
-
-
Field Detail
-
testDescription
final org.junit.runner.Description testDescription
-
testInstance
final java.lang.Object testInstance
-
testMethod
final java.lang.reflect.Method testMethod
-
result
private Result result
-
-
Method Detail
-
testClass
final java.lang.Class<?> testClass()
-
report
void report(Result result)
-
getResult
public Result getResult()
- Specified by:
getResult
in interfaceTestMethodResult
-
-