Uses of Interface
org.powermock.mockpolicies.MockPolicyInterceptionSettings
-
-
Uses of MockPolicyInterceptionSettings in org.powermock.api.easymock.mockpolicies
Methods in org.powermock.api.easymock.mockpolicies with parameters of type MockPolicyInterceptionSettings Modifier and Type Method Description void
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 MockPolicyInterceptionSettings Modifier and Type Method Description void
Slf4jMockPolicy. applyInterceptionPolicy(MockPolicyInterceptionSettings mockPolicyInterceptionSettings)
-
Uses of MockPolicyInterceptionSettings in org.powermock.core.spi
Methods in org.powermock.core.spi with parameters of type MockPolicyInterceptionSettings Modifier and Type Method Description void
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 Modifier and Type Class Description class
MockPolicyInterceptionSettingsImpl
-
Uses of MockPolicyInterceptionSettings in org.powermock.tests.utils.impl
Methods in org.powermock.tests.utils.impl that return MockPolicyInterceptionSettings Modifier and Type Method Description private MockPolicyInterceptionSettings
MockPolicyInitializerImpl. getInterceptionSettings()
-