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 a
InvocationSubstitute with the
mock object created when invoking
InvocationSubstitute.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.
|