Package org.powermock.modules.junit4
Class PowerMockRunnerDelegate.DefaultJUnitRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.powermock.modules.junit4.PowerMockRunnerDelegate.DefaultJUnitRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable
- Enclosing class:
- PowerMockRunnerDelegate
public static final class PowerMockRunnerDelegate.DefaultJUnitRunner extends org.junit.runner.Runner
-
-
Constructor Summary
Constructors Constructor Description DefaultJUnitRunner(Class<?> testClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runner.Description
getDescription()
void
run(org.junit.runner.notification.RunNotifier notifier)
-
-
-
Method Detail
-
getDescription
public org.junit.runner.Description getDescription()
- Specified by:
getDescription
in interfaceorg.junit.runner.Describable
- Specified by:
getDescription
in classorg.junit.runner.Runner
-
run
public void run(org.junit.runner.notification.RunNotifier notifier)
- Specified by:
run
in classorg.junit.runner.Runner
-
-