Uses of Interface
org.powermock.core.spi.PowerMockPolicy
Packages that use PowerMockPolicy
Package
Description
-
Uses of PowerMockPolicy in org.powermock.api.easymock.mockpolicies
Classes in org.powermock.api.easymock.mockpolicies that implement PowerMockPolicyModifier and TypeClassDescription(package private) class
A base class for EasyMock log policies.class
A Jakarta Commons-Logging (JCL) mock policy.class
A log4j mock policy.class
An slf4j mock policy. -
Uses of PowerMockPolicy in org.powermock.api.mockito.mockpolicies
Classes in org.powermock.api.mockito.mockpolicies that implement PowerMockPolicyModifier and TypeClassDescriptionclass
Sfl4j mock policy that injects a Mockito-created mock to be returned on calls to getLogger factory methods. -
Uses of PowerMockPolicy in org.powermock.tests.utils.impl
Fields in org.powermock.tests.utils.impl declared as PowerMockPolicyModifier and TypeFieldDescriptionprivate final PowerMockPolicy[]
MockPolicyInitializerImpl.mockPolicies
Methods in org.powermock.tests.utils.impl that return types with arguments of type PowerMockPolicyModifier and TypeMethodDescriptionprivate static Class<? extends PowerMockPolicy>[]
MockPolicyInitializerImpl.getMockPolicies
(Class<?> testClass) Get the mock policies from a test-class.