Uses of Interface
org.powermock.core.spi.PowerMockPolicy
-
Packages that use PowerMockPolicy Package Description org.powermock.api.easymock.mockpolicies org.powermock.api.mockito.mockpolicies org.powermock.core.classloader.annotations org.powermock.tests.utils.impl -
-
Uses of PowerMockPolicy in org.powermock.api.easymock.mockpolicies
Classes in org.powermock.api.easymock.mockpolicies that implement PowerMockPolicy Modifier and Type Class Description (package private) classAbstractEasyMockLogPolicyBaseA base class for EasyMock log policies.classJclMockPolicyA Jakarta Commons-Logging (JCL) mock policy.classLog4jMockPolicyA log4j mock policy.classSlf4jMockPolicyAn slf4j mock policy. -
Uses of PowerMockPolicy in org.powermock.api.mockito.mockpolicies
Classes in org.powermock.api.mockito.mockpolicies that implement PowerMockPolicy Modifier and Type Class Description classSlf4jMockPolicySfl4j mock policy that injects a Mockito-created mock to be returned on calls to getLogger factory methods. -
Uses of PowerMockPolicy in org.powermock.core.classloader.annotations
Methods in org.powermock.core.classloader.annotations that return types with arguments of type PowerMockPolicy Modifier and Type Method Description java.lang.Class<? extends PowerMockPolicy>[]value() -
Uses of PowerMockPolicy in org.powermock.tests.utils.impl
Fields in org.powermock.tests.utils.impl declared as PowerMockPolicy Modifier and Type Field Description private PowerMockPolicy[]MockPolicyInitializerImpl. mockPoliciesMethods in org.powermock.tests.utils.impl that return types with arguments of type PowerMockPolicy Modifier and Type Method Description private static java.lang.Class<? extends PowerMockPolicy>[]MockPolicyInitializerImpl. getMockPolicies(java.lang.Class<?> testClass)Get the mock policies from a test-class.
-