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 voidAbstractEasyMockLogPolicyBase. applyInterceptionPolicy(MockPolicyInterceptionSettings settings) -
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 voidSlf4jMockPolicy. 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 voidPowerMockPolicy. 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 classMockPolicyInterceptionSettingsImpl -
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 MockPolicyInterceptionSettingsMockPolicyInitializerImpl. getInterceptionSettings()
-