Searched refs:AppLaunchRunner (Results 1 - 2 of 2) sorted by relevance

/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
H A DAppLaunchRunner.java25 public class AppLaunchRunner extends InstrumentationTestRunner { class in inherits:InstrumentationTestRunner
H A DAppLaunchTest.java69 assertTrue("Unexpected runner: AppLaunchRunner must be used",
70 getInstrumentation() instanceof AppLaunchRunner);
71 AppLaunchRunner runner = (AppLaunchRunner)getInstrumentation();

Completed in 97 milliseconds