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
39 private StubContext mStubContext;44 mStubContext = new StubContext(getClass().getClassLoader()); in setUp()282 private static class StubContext extends MockContext { class in AndroidTestRunnerTest285 public StubContext(ClassLoader classLoader) { in StubContext() method in AndroidTestRunnerTest.StubContext