Searched refs:MyRobolectricTestRunner (Results 1 – 2 of 2) sorted by relevance
84 RobolectricTestRunner runner = new MyRobolectricTestRunner(TestWithOldSdk.class); in ignoredTestCanSpecifyUnsupportedSdkWithoutExploding()95 new MyRobolectricTestRunner(TestWithTwoMethods.class) { in failureInResetterDoesntBreakAllTests()112 RobolectricTestRunner runner = new MyRobolectricTestRunner(TestWithBrokenAppCreate.class); in failureInAppOnCreateDoesntBreakAllTests()173 RobolectricTestRunner runner = new MyRobolectricTestRunner(TestWithTwoMethods.class) { in shouldReportPerfStats()262 private static class MyRobolectricTestRunner extends RobolectricTestRunner { class in RobolectricTestRunnerTest263 public MyRobolectricTestRunner(Class<?> testClass) throws InitializationError { in MyRobolectricTestRunner() method in RobolectricTestRunnerTest.MyRobolectricTestRunner
68 return new MyRobolectricTestRunner().getJarResolver(); in getDependencyResolver()82 private static class MyRobolectricTestRunner extends RobolectricTestRunner { class in TestUtil83 MyRobolectricTestRunner() throws InitializationError { in MyRobolectricTestRunner() method in TestUtil.MyRobolectricTestRunner