Uses of Interface
org.powermock.core.spi.PowerMockTestListener
-
-
Uses of PowerMockTestListener in org.powermock.api.easymock.powermocklistener
Classes in org.powermock.api.easymock.powermocklistener that implement PowerMockTestListener Modifier and Type Class Description class
AnnotationEnabler
Deprecated.Test Runners uses an annotation enabling listener per default since version 1.3. -
Uses of PowerMockTestListener in org.powermock.api.extension.listener
Classes in org.powermock.api.extension.listener that implement PowerMockTestListener Modifier and Type Class Description class
AnnotationEnabler
Before each test method all fields annotated withMock
,Mock
,Mock
MockNice
orMockStrict
will have mock objects created for them and injected to the fields. -
Uses of PowerMockTestListener in org.powermock.api.mockito.powermocklistener
Classes in org.powermock.api.mockito.powermocklistener that implement PowerMockTestListener Modifier and Type Class Description class
AnnotationEnabler
Deprecated.Test Runners uses an annotation enabling listener per default since version 1.3. -
Uses of PowerMockTestListener in org.powermock.core.classloader.annotations
Methods in org.powermock.core.classloader.annotations that return types with arguments of type PowerMockTestListener Modifier and Type Method Description java.lang.Class<? extends PowerMockTestListener>[]
value()
-
Uses of PowerMockTestListener in org.powermock.core.spi.listener
Subinterfaces of PowerMockTestListener in org.powermock.core.spi.listener Modifier and Type Interface Description interface
AnnotationEnablerListener
-
Uses of PowerMockTestListener in org.powermock.core.spi.support
Classes in org.powermock.core.spi.support that implement PowerMockTestListener Modifier and Type Class Description class
AbstractPowerMockTestListenerBase
An empty implementation of thePowerMockTestListener
interface. -
Uses of PowerMockTestListener in org.powermock.core.testlisteners
Classes in org.powermock.core.testlisteners that implement PowerMockTestListener Modifier and Type Class Description class
FieldDefaulter
A test listener that automatically set all instance fields to their default values after each test method. -
Uses of PowerMockTestListener in org.powermock.modules.junit4.internal.impl
Constructors in org.powermock.modules.junit4.internal.impl with parameters of type PowerMockTestListener Constructor Description DelegatingPowerMockRunner(java.lang.Class<?> klass, java.lang.String[] methodsToRun, PowerMockTestListener[] listeners)
PowerMockJUnit44RunnerDelegateImpl(java.lang.Class<?> klass, java.lang.String[] methodsToRun, PowerMockTestListener[] listeners)
PowerMockJUnit47RunnerDelegateImpl(java.lang.Class<?> klass, java.lang.String[] methodsToRun, PowerMockTestListener[] listeners)
PowerMockJUnit49RunnerDelegateImpl(java.lang.Class<?> klass, java.lang.String[] methodsToRun, PowerMockTestListener[] listeners)
-
Uses of PowerMockTestListener in org.powermock.tests.utils.impl
Fields in org.powermock.tests.utils.impl declared as PowerMockTestListener Modifier and Type Field Description private PowerMockTestListener[]
PowerMockTestNotifierImpl. powerMockTestListeners
Constructors in org.powermock.tests.utils.impl with parameters of type PowerMockTestListener Constructor Description PowerMockTestNotifierImpl(PowerMockTestListener[] powerMockTestListeners)
Create a new instance with the following parameters.
-