| Class | Description |
|---|---|
| PowerMockJUnit4LegacyTestClassMethodsRunner |
Since
TestClassMethodsRunner creates a new instance of
TestInterceptor in its constructor we need to manually lookup the additional
methods that should be added when extending from TestCase. |
| PowerMockJUnit4LegacyTestIntrospector |
A custom
TestIntrospector that supports methods not annotated by the
Test annotation but should still be executed in the test case. |
| PowerMockJUnit4LegacyTestMethodRunner |
This class is needed because the test method runner creates a new instance of
a
TestIntrospector in its constructor. |
Copyright © 2007–2014. All rights reserved.