public class PowerMockJUnit4LegacyTestMethodRunner
extends org.junit.internal.runners.TestMethodRunner
TestIntrospector in its constructor. The TestIntrospector needs to
be changed in order to support methods not annotated with Test to avoid
NPE's.
This class also executes the setUp and tearDown methods if the test case extends TestCase. Another thing it does is to invoke all PowerMock test listeners for events.
| Constructor and Description |
|---|
PowerMockJUnit4LegacyTestMethodRunner(Object test,
Method method,
org.junit.runner.notification.RunNotifier notifier,
org.junit.runner.Description description,
org.powermock.tests.utils.PowerMockTestNotifier powerMockTestNotifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
protected void |
runUnprotected() |
Copyright © 2007–2014. All rights reserved.