Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DRobolectricTestRunnerTest.java33 import org.robolectric.RobolectricTestRunnerTest.TestWithBrokenAppCreate.MyTestApplication;
112 RobolectricTestRunner runner = new MyRobolectricTestRunner(TestWithBrokenAppCreate.class); in failureInAppOnCreateDoesntBreakAllTests()
229 public static class TestWithBrokenAppCreate { class in RobolectricTestRunnerTest