| Class | Description |
|---|---|
| PowerMockitoInjectingAnnotationEngine |
The same as
InjectingAnnotationEngine with the exception that it
doesn't create/injects mocks annotated with the standard annotations such as
Mock. |
| PowerMockitoSpyAnnotationEngine |
More or less a copy of the
SpyAnnotationEngine but it uses
PowerMockito.spy(Object) instead. |
Copyright © 2007–2015. All rights reserved.