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 -
-
Uses of PowerMockPolicy in org.powermock.api.easymock.mockpolicies
Classes in org.powermock.api.easymock.mockpolicies that implement PowerMockPolicy Modifier and Type Class Description 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 Class<? extends PowerMockPolicy>[]
value()
-