Searched refs:StubContext (Results 1 – 2 of 2) sorted by relevance
47 new StubContext("com.google.foo.tests"), in setUp()48 new StubContext(mTargetContextPackageName), mStubAndroidTestRunner); in setUp()104 new StubContext("com.google.foo.tests"), in testUnhandledException()105 new StubContext(mTargetContextPackageName), stubAndroidTestRunner); in testUnhandledException()270 private static class StubContext extends MockContext { class in InstrumentationTestRunnerTest273 public StubContext(String packageName) { in StubContext() method in InstrumentationTestRunnerTest.StubContext
38 private StubContext mStubContext;43 mStubContext = new StubContext(getClass().getClassLoader()); in setUp()281 private static class StubContext extends MockContext { class in AndroidTestRunnerTest284 public StubContext(ClassLoader classLoader) { in StubContext() method in AndroidTestRunnerTest.StubContext