Uses of Interface
org.powermock.mockpolicies.MockPolicyInterceptionSettings
Packages that use MockPolicyInterceptionSettings
Package
Description
-
Uses of MockPolicyInterceptionSettings in org.powermock.api.easymock.mockpolicies
Methods in org.powermock.api.easymock.mockpolicies with parameters of type MockPolicyInterceptionSettingsModifier and TypeMethodDescriptionvoidAbstractEasyMockLogPolicyBase.applyInterceptionPolicy(MockPolicyInterceptionSettings settings) -
Uses of MockPolicyInterceptionSettings in org.powermock.api.mockito.mockpolicies
Methods in org.powermock.api.mockito.mockpolicies with parameters of type MockPolicyInterceptionSettingsModifier and TypeMethodDescriptionvoidSlf4jMockPolicy.applyInterceptionPolicy(MockPolicyInterceptionSettings mockPolicyInterceptionSettings) -
Uses of MockPolicyInterceptionSettings in org.powermock.core.spi
Methods in org.powermock.core.spi with parameters of type MockPolicyInterceptionSettingsModifier and TypeMethodDescriptionvoidPowerMockPolicy.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 -
Uses of MockPolicyInterceptionSettings in org.powermock.tests.utils.impl
Methods in org.powermock.tests.utils.impl that return MockPolicyInterceptionSettingsModifier and TypeMethodDescriptionprivate MockPolicyInterceptionSettingsMockPolicyInitializerImpl.getInterceptionSettings()