Package org.powermock.modules.junit4
Class PowerMockRunnerDelegate.SinceJUnit_4_5
- java.lang.Object
-
- org.powermock.modules.junit4.PowerMockRunnerDelegate.SinceJUnit_4_5
-
- Enclosing class:
- PowerMockRunnerDelegate
public static class PowerMockRunnerDelegate.SinceJUnit_4_5 extends Object
Stuff that needs to be handled in a separate class, because it deals with API that did not exist before JUnit-4.5. Having this insidePowerMockRunnerDelegate.DefaultJUnitRunner
would cause runtime error when JUnit-4.4 or earlier is used.
-
-
Constructor Summary
Constructors Constructor Description SinceJUnit_4_5()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
newRunnerBuilder()
static Class[]
runnerAlternativeConstructorParams()
-