Home
last modified time | relevance | path

Searched refs:ASSETS_PATH_PROPERTY (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
DRobolectricTestRunner.java51 private static final String ASSETS_PATH_PROPERTY = "robolectric.path.assets"; field in RobolectricTestRunner
116 new File(getSystemProperty(ASSETS_PATH_PROPERTY, DEFAULT_ASSETS_PATH)))); in RobolectricTestRunner()
135 new File(getSystemProperty(ASSETS_PATH_PROPERTY, DEFAULT_ASSETS_PATH)))); in RobolectricTestRunner()