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 TypeMethodDescriptionvoid
AbstractEasyMockLogPolicyBase.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.api.mockito.mockpolicies
Methods in org.powermock.api.mockito.mockpolicies with parameters of type MockPolicyInterceptionSettingsModifier and TypeMethodDescriptionvoid
Slf4jMockPolicy.applyInterceptionPolicy
(MockPolicyInterceptionSettings mockPolicyInterceptionSettings) -
Uses of MockPolicyInterceptionSettings in org.powermock.core.spi
Methods in org.powermock.core.spi with parameters of type MockPolicyInterceptionSettingsModifier and TypeMethodDescriptionvoid
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 -
Uses of MockPolicyInterceptionSettings in org.powermock.tests.utils.impl
Methods in org.powermock.tests.utils.impl that return MockPolicyInterceptionSettingsModifier and TypeMethodDescriptionprivate MockPolicyInterceptionSettings
MockPolicyInitializerImpl.getInterceptionSettings()