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) class
AbstractEasyMockLogPolicyBase
A base class for EasyMock log policies.class
JclMockPolicy
A Jakarta Commons-Logging (JCL) mock policy.class
Log4jMockPolicy
A log4j mock policy.class
Slf4jMockPolicy
An 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 class
Slf4jMockPolicy
Sfl4j 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. mockPolicies
Methods 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.
-