Package org.powermock.api.mockito.internal.configuration
package org.powermock.api.mockito.internal.configuration
-
ClassesClassDescriptionThe same as
InjectingAnnotationEngine
with the exception that it doesn't create/injects mocks annotated with the standard annotations such asMock
.More or less a copy of theSpyAnnotationEngine
but it usesPowerMockito.spy(Object)
instead.