Uses of Interface
org.powermock.mockpolicies.MockPolicyInterceptionSettings
-
Packages that use MockPolicyInterceptionSettings Package Description org.powermock.api.mockito.mockpolicies org.powermock.core.spi org.powermock.mockpolicies.impl -
-
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
-