| Name | Description | Type | Package | Framework |
| AnnotationEnabler | Before each test method all fields annotated with Mock, Mock or Mock have mock objects created for them | Class | org.powermock.api.mockito.powermocklistener | PowerMock |
| ConstructorArgumentsVerification | Interface | org.powermock.api.mockito.verification | PowerMock | |
| ConstructorAwareExpectationSetup | Class | org.powermock.api.mockito.internal.expectation | PowerMock | |
| ConstructorExpectationSetup | Methods inherited from interface org. | Interface | org.powermock.api.mockito.expectation | PowerMock |
| DefaultConstructorArgumentsVerfication | Class | org.powermock.api.mockito.internal.verification | PowerMock | |
| DefaultConstructorExpectationSetup | Class | org.powermock.api.mockito.internal.expectation | PowerMock | |
| DefaultMethodExpectationSetup | Class | org.powermock.api.mockito.internal.expectation | PowerMock | |
| DefaultPrivatelyExpectedArguments | Class | org.powermock.api.mockito.internal.expectation | PowerMock | |
| DefaultPrivateMethodVerification | Class | org.powermock.api.mockito.internal.verification | PowerMock | |
| InvocationControlAssertionError | Class | org.powermock.api.mockito.internal.invocationcontrol | PowerMock | |
| MockCreator | Class | org.powermock.api.mockito.internal.mockcreation | PowerMock | |
| MockitoMethodInvocationControl | A Mockito implementation of the MethodInvocationControl interface. | Class | org.powermock.api.mockito.internal.invocationcontrol | PowerMock |
| MockitoNewInvocationControl | Class | org.powermock.api.mockito.internal.invocationcontrol | PowerMock | |
| PowerMockito | PowerMockito extends Mockito functionality with several new features such as mocking static and private methods and more. | Class | org.powermock.api.mockito | PowerMock |
| PowerMockitoCore | Class | org.powermock.api.mockito.internal | PowerMock | |
| PowerMockitoInjectingAnnotationEngine | The same as InjectingAnnotationEngine with the exception that it doesn't create/injects mocks annotated with the standard annotations such as | Class | org.powermock.api.mockito.internal.configuration | PowerMock |
| PowerMockitoSpyAnnotationEngine | More or less a copy of the SpyAnnotationEngine but it uses PowerMockito. | Class | org.powermock.api.mockito.internal.configuration | PowerMock |
| PowerMockitoStubber | Setup stubbing for private or void methods in final class, final void methods, or static (final) methods. | Interface | org.powermock.api.mockito.expectation | PowerMock |
| PowerMockitoStubberImpl | Extension of the standard Mocktio stubber implementation that also support PowerMockito created mocks. | Class | org.powermock.api.mockito.internal.expectation | PowerMock |
| PrivatelyExpectedArguments | Interface | org.powermock.api.mockito.expectation | PowerMock | |
| PrivateMethodVerification | Interface | org.powermock.api.mockito.verification | PowerMock | |
| StaticMockAwareVerificationMode | A custom extension of MockAwareVerificationMode for static method verification. | Class | org.powermock.api.mockito.internal.verification | PowerMock |
| VerifyNoMoreInteractions | Verifies no more interactions, delegates to Mockito if PowerMockito doesn't find a supplied mock. | Class | org.powermock.api.mockito.internal.verification | PowerMock |
| WithExpectedArguments | Interface | org.powermock.api.mockito.expectation | PowerMock | |
| WithExpectedParameterTypes | Interface | org.powermock.api.mockito.expectation | PowerMock | |
| WithOrWithoutExpectedArguments | Methods inherited from interface org. | Interface | org.powermock.api.mockito.expectation | PowerMock |
| WithOrWithoutVerifiedArguments | Methods inherited from interface org. | Interface | org.powermock.api.mockito.verification | PowerMock |
| WithoutExpectedArguments | Interface | org.powermock.api.mockito.expectation | PowerMock | |
| WithoutVerifiedArguments | Interface | org.powermock.api.mockito.verification | PowerMock | |
| WithVerifiedArguments | Interface | org.powermock.api.mockito.verification | PowerMock | |