| Name | Description | Type | Package | Framework |
| AbstractMockStrategyBase | Base class that should be used by all mock strategies. | Class | org.powermock.api.easymock.internal.mockstrategy.impl | PowerMock |
| AnnotationEnabler | Before each test method all fields annotated with Mock, MockNice or MockStrict will have mock objects created for | Class | org.powermock.api.easymock.powermocklistener | PowerMock |
| DefaultMockStrategy | Constructor SummaryDefaultMockStrategy()Methods inherited from class org. | Class | org.powermock.api.easymock.internal.mockstrategy.impl | PowerMock |
| EasyMockMethodInvocationControl | The default implementation of the MethodInvocationControl interface. | Class | org.powermock.api.easymock.internal.invocationcontrol | PowerMock |
| JclMockPolicy | A Jakarta Commons-Logging (JCL) mock policy. | Class | org.powermock.api.easymock.mockpolicies | PowerMock |
| Log4jMockPolicy | A log4j mock policy. | Class | org.powermock.api.easymock.mockpolicies | PowerMock |
| Mock | This annotation can be placed on those fields in your test class that should be mocked. | Class | org.powermock.api.easymock.annotation | PowerMock |
| MockNice | This annotation can be placed on those fields in your test class that should be mocked in a nice manner (i. | Class | org.powermock.api.easymock.annotation | PowerMock |
| MockStrategy | Interface | org.powermock.api.easymock.internal.mockstrategy | PowerMock | |
| MockStrict | This annotation can be placed on those fields in your test class that should be mocked in a strict manner (i. | Class | org.powermock.api.easymock.annotation | PowerMock |
| NewInvocationControlAssertionError | Class | org.powermock.api.easymock.internal.invocationcontrol | PowerMock | |
| NewInvocationControlImpl | Class | org.powermock.api.easymock.internal.invocationcontrol | PowerMock | |
| NiceMockStrategy | Constructor SummaryNiceMockStrategy()Methods inherited from class org. | Class | org.powermock.api.easymock.internal.mockstrategy.impl | PowerMock |
| PowerMock | PowerMock extends EasyMock functionality with several new features such as mocking static and private methods, mocking new instances and more. | Class | org.powermock.api.easymock | PowerMock |
| Slf4jMockPolicy | An slf4j mock policy. | Class | org.powermock.api.easymock.mockpolicies | PowerMock |
| StrictMockStrategy | Constructor SummaryStrictMockStrategy()Methods inherited from class org. | Class | org.powermock.api.easymock.internal.mockstrategy.impl | PowerMock |