Package org.powermock.core.spi
-
Interface Summary Interface Description DefaultBehavior Interface that provides the replay, verify and reset behavior for mock objects and classes.MethodInvocationControl The purpose of a method invocation control is to invoke a proxy to simulate a method call.NewInvocationControl<T> A new invocation control pairs up aInvocationSubstitute
with the mock object created when invokingInvocationSubstitute.performSubstitutionLogic(Object...)
object.PowerMockPolicy This interface can be implemented to create policies for certain frameworks to make it easier for users to test their code in isolation from these frameworks.PowerMockTestListener This interface should be implemented by all PowerMock test listeners.