Package org.powermock.api.mockito.internal.configuration
-
Class Summary Class Description PowerMockitoInjectingAnnotationEngine The same asInjectingAnnotationEngine
with the exception that it doesn't create/injects mocks annotated with the standard annotations such asMock
.PowerMockitoSpyAnnotationEngine More or less a copy of theSpyAnnotationEngine
but it usesPowerMockito.spy(Object)
instead.