public interface SpyProvider
| Modifier and Type | Field and Description | 
|---|---|
| static SpyProvider | FAKEJust return the given instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | createSpyComponent(T instance) | 
| Class<? extends Annotation> | getSpyAnnotation() | 
| boolean | isSpyRequested(Field field) | 
static final SpyProvider FAKE
<T> T createSpyComponent(T instance)
instance - Class<? extends Annotation> getSpyAnnotation()
boolean isSpyRequested(Field field)
Copyright © 2014. All rights reserved.