|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MockPolicyInterceptionSettings | |
---|---|
org.powermock.core.spi | |
org.powermock.mockpolicies.impl | |
powermock.examples.mockpolicy.policy |
Uses of MockPolicyInterceptionSettings in org.powermock.core.spi |
---|
Methods in org.powermock.core.spi with parameters of type MockPolicyInterceptionSettings | |
---|---|
void |
PowerMockPolicy.applyInterceptionPolicy(MockPolicyInterceptionSettings settings)
Apply the interception policies, for example which methods that should be suppressed or which methods that should be intercepted and return some else than their original value. |
Uses of MockPolicyInterceptionSettings in org.powermock.mockpolicies.impl |
---|
Classes in org.powermock.mockpolicies.impl that implement MockPolicyInterceptionSettings | |
---|---|
class |
MockPolicyInterceptionSettingsImpl
|
Uses of MockPolicyInterceptionSettings in powermock.examples.mockpolicy.policy |
---|
Methods in powermock.examples.mockpolicy.policy with parameters of type MockPolicyInterceptionSettings | |
---|---|
void |
MyCustomMockPolicy.applyInterceptionPolicy(MockPolicyInterceptionSettings settings)
Every time the Dependency.getData() method is invoked we return a
custom instance of a DataObject . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |