Class | Description |
---|---|
DelegatingPowerMockRunner | |
NotificationBuilder |
Stateful class that, from information from JUnit and test-classes,
can build and send notifications to PowerMockTestNotifier.
|
PowerMockJUnit44RunnerDelegateImpl |
A JUnit4 test runner that only runs a specified set of test methods in a test
class.
|
PowerMockJUnit47RunnerDelegateImpl |
Extends the functionality of
PowerMockJUnit44RunnerDelegateImpl to
enable the usage of rules. |
PowerMockJUnit49RunnerDelegateImpl |
Extends the functionality of
PowerMockJUnit47RunnerDelegateImpl to enable the usage of
TestRule . |
PowerMockRunNotifier |
Wraps JUnit's RunNotifier to make sure that the PowerMock-specific
instances of
PowerMockTestListener will also be informed. |
Enum | Description |
---|---|
NotificationBuilder.DetectedTestRunBehaviour |