|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mockito.internal.configuration.InjectingAnnotationEngine
org.powermock.api.mockito.internal.configuration.PowerMockitoInjectingAnnotationEngine
public class PowerMockitoInjectingAnnotationEngine
The same as InjectingAnnotationEngine
with the exception that it
doesn't create/injects mocks annotated with the standard annotations such as
Mock
.
Constructor Summary | |
---|---|
PowerMockitoInjectingAnnotationEngine()
|
Method Summary | |
---|---|
void |
process(java.lang.Class<?> context,
java.lang.Object testClass)
|
Methods inherited from class org.mockito.internal.configuration.InjectingAnnotationEngine |
---|
createMockFor, injectMocks |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PowerMockitoInjectingAnnotationEngine()
Method Detail |
---|
public void process(java.lang.Class<?> context, java.lang.Object testClass)
process
in interface org.mockito.configuration.AnnotationEngine
process
in class org.mockito.internal.configuration.InjectingAnnotationEngine
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |