| Name | Description | Type | Package | Framework |
| ClassReplaceStrategy | Specifies the replace strategy for a class. | Interface | org.powermock.api.support.membermodification.strategy | PowerMock |
| MethodReplaceStrategy | Specifies the replace strategy for a method. | Interface | org.powermock.api.support.membermodification.strategy | PowerMock |
| MethodReplaceStrategyImpl | Class | org.powermock.api.support.membermodification.strategy.impl | PowerMock | |
| MethodStubStrategy | Specifies the return value when stubbing a method. | Interface | org.powermock.api.support.membermodification.strategy | PowerMock |
| MethodStubStrategyImpl | Class | org.powermock.api.support.membermodification.strategy.impl | PowerMock | |