Searched refs:androidManifestPath (Results 1 – 1 of 1) sorted by relevance
206 …protected RobolectricTestRunner(final Class<?> testClass, final File androidManifestPath, final Fi… in RobolectricTestRunner() argument208 this(testClass, new RobolectricConfig(androidManifestPath, resourceDirectory)); in RobolectricTestRunner()224 …protected RobolectricTestRunner(final Class<?> testClass, final String androidManifestPath, final … in RobolectricTestRunner() argument226 …this(testClass, new RobolectricConfig(new File(androidManifestPath), new File(resourceDirectory))); in RobolectricTestRunner()