|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockito.internal.configuration.SpyAnnotationEngine
org.powermock.api.mockito.internal.configuration.PowerMockitoSpyAnnotationEngine
public class PowerMockitoSpyAnnotationEngine
More or less a copy of the SpyAnnotationEngine but it uses
PowerMockito.spy(Object) instead.
| Constructor Summary | |
|---|---|
PowerMockitoSpyAnnotationEngine()
|
|
| Method Summary | |
|---|---|
void |
process(java.lang.Class<?> context,
java.lang.Object testClass)
|
| Methods inherited from class org.mockito.internal.configuration.SpyAnnotationEngine |
|---|
createMockFor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PowerMockitoSpyAnnotationEngine()
| Method Detail |
|---|
public void process(java.lang.Class<?> context,
java.lang.Object testClass)
process in interface org.mockito.configuration.AnnotationEngineprocess in class org.mockito.internal.configuration.SpyAnnotationEngine
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||