Uses of Interface
org.powermock.mockpolicies.MockPolicyClassLoadingSettings
-
Packages that use MockPolicyClassLoadingSettings Package Description org.powermock.api.mockito.mockpolicies org.powermock.core.spi org.powermock.mockpolicies.impl -
-
Uses of MockPolicyClassLoadingSettings in org.powermock.api.mockito.mockpolicies
Methods in org.powermock.api.mockito.mockpolicies with parameters of type MockPolicyClassLoadingSettings Modifier and Type Method Description void
Slf4jMockPolicy. applyClassLoadingPolicy(MockPolicyClassLoadingSettings mockPolicyClassLoadingSettings)
-
Uses of MockPolicyClassLoadingSettings in org.powermock.core.spi
Methods in org.powermock.core.spi with parameters of type MockPolicyClassLoadingSettings Modifier and Type Method Description 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 Modifier and Type Class Description class
MockPolicyClassLoadingSettingsImpl
The default implementation of theMockPolicyClassLoadingSettings
interface.
-