Uses of Interface
org.powermock.mockpolicies.MockPolicyClassLoadingSettings

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.
 



Copyright © 2007-2012. All Rights Reserved.