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_ASSET_FOLDER, DEFAULT_FONT_SCALE, DEFAULT_MANIFEST_NAME, DEFAULT_PACKAGE_NAME, DEFAULT_QUALIFIERS, DEFAULT_RES_FOLDER, DEFAULT_VALUE_INT, DEFAULT_VALUE_STRING, NEWEST_SDK, NONE, OLDEST_SDK, TARGET_SDK
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
Class<? extends Application>
assetDir()
float
static Config
fromProperties
(Properties properties) String[]
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
-
packageName
-
resourceDir
-
assetDir
-
shadows
-
instrumentedPackages
-
libraries
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
toString
- Specified by:
toString
in interfaceAnnotation
- Overrides:
toString
in classObject
-