Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DRobolectricTestRunner.java135 …URL buildPathPropertiesUrl = getClass().getClassLoader().getResource("robolectric-deps.properties"… in getJarResolver() local
136 if (buildPathPropertiesUrl != null) { in getJarResolver()
137 Logger.info("Using Robolectric classes from %s", buildPathPropertiesUrl.getPath()); in getJarResolver()
139 FsFile propertiesFile = Fs.fileFromPath(buildPathPropertiesUrl.getFile()); in getJarResolver()
143 throw new RuntimeException("couldn't read " + buildPathPropertiesUrl, e); in getJarResolver()