Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
DRobolectricTestRunner.java54 private static final String DEFAULT_ASSETS_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()