Package org.powermock.modules.junit4.internal.impl
package org.powermock.modules.junit4.internal.impl
-
ClassDescriptionStateful class that, from information from JUnit and test-classes, can build and send notifications to PowerMockTestNotifier.A JUnit4 test runner that only runs a specified set of test methods in a test class.Extends the functionality of
PowerMockJUnit44RunnerDelegateImpl
to enable the usage of rules.Extends the functionality ofPowerMockJUnit47RunnerDelegateImpl
to enable the usage ofTestRule
.Wraps JUnit's RunNotifier to make sure that the PowerMock-specific instances ofPowerMockTestListener
will also be informed.