Package org.robolectric.annotation
Class Config.Implementation
java.lang.Object
org.robolectric.annotation.Config.Implementation
- All Implemented Interfaces:
Annotation
- Enclosing class:
Config
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robolectric.annotation.Config
Config.Builder, Config.Implementation
-
Field Summary
Fields inherited from interface org.robolectric.annotation.Config
ALL_SDKS, DEFAULT_APPLICATION, DEFAULT_FONT_SCALE, DEFAULT_MANIFEST_NAME, DEFAULT_QUALIFIERS, DEFAULT_VALUE_INT, DEFAULT_VALUE_STRING, NEWEST_SDK, NONE, OLDEST_SDK, TARGET_SDK
-
Constructor Summary
ConstructorsConstructorDescriptionImplementation
(int[] sdk, int minSdk, int maxSdk, String manifest, String qualifiers, float fontScale, Class<?>[] shadows, String[] instrumentedPackages, Class<? extends Application> application) -
Method Summary
Modifier and TypeMethodDescriptionClass
<? extends Annotation> Class
<? extends Application> float
static Config
fromProperties
(Properties properties) String[]
manifest()
int
maxSdk()
int
minSdk()
int[]
sdk()
Class<?>[]
shadows()
toString()
-
Constructor Details
-
Implementation
-
-
Method Details
-
fromProperties
-
sdk
public int[] sdk() -
minSdk
public int minSdk() -
maxSdk
public int maxSdk() -
manifest
-
fontScale
public float fontScale() -
application
-
qualifiers
-
shadows
-
instrumentedPackages
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
toString
- Specified by:
toString
in interfaceAnnotation
- Overrides:
toString
in classObject
-