com.xtremelabs.robolectric.util
Annotation Type Implements
@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Implements
Indicates that a class declaration is intended to Shadow an Android class declaration. The Robolectric runtime
searches classes with this annotation for methods with the Implementation
annotation and calls them in
place of the methods on the Android class.
Required Element Summary |
java.lang.Class |
value
the Android class to be shadowed |
value
public abstract java.lang.Class value
- the Android class to be shadowed