|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MockPolicyClassLoadingSettings | |
---|---|
org.powermock.core.spi | |
org.powermock.mockpolicies.impl | |
powermock.examples.mockpolicy.policy |
Uses of MockPolicyClassLoadingSettings in org.powermock.core.spi |
---|
Methods in org.powermock.core.spi with parameters of type MockPolicyClassLoadingSettings | |
---|---|
void |
PowerMockPolicy.applyClassLoadingPolicy(MockPolicyClassLoadingSettings settings)
Apply all class-loading related policies that must be present before the interception policies can take place. |
Uses of MockPolicyClassLoadingSettings in org.powermock.mockpolicies.impl |
---|
Classes in org.powermock.mockpolicies.impl that implement MockPolicyClassLoadingSettings | |
---|---|
class |
MockPolicyClassLoadingSettingsImpl
The default implementation of the MockPolicyClassLoadingSettings
interface. |
Uses of MockPolicyClassLoadingSettings in powermock.examples.mockpolicy.policy |
---|
Methods in powermock.examples.mockpolicy.policy with parameters of type MockPolicyClassLoadingSettings | |
---|---|
void |
MyCustomMockPolicy.applyClassLoadingPolicy(MockPolicyClassLoadingSettings settings)
Add the Dependency to the list of classes that should be loaded
by the mock class-loader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |