Package org.robolectric.annotation
Annotation Type ResourcesMode
A
Configurer
annotation for controlling Robolectric's
android resource implementation.
Currently Robolectric will default to ResourcesMode.Mode.BINARY
, but this can be
overridden by applying a @ResourcesMode(NewMode) annotation to a test package, test class, or
test method, or via the 'robolectric.resourcesMode' system property.
- See Also:
-
org.robolectric.plugins.ResourceModeConfigurer
-
Nested Class Summary
-
Required Element Summary
-
Element Details
-
value
ResourcesMode.Mode valueSet the Resources mode.
-