Searched refs:InstrumentationTest (Results 1 – 16 of 16) sorted by relevance
34 import com.android.tradefed.testtype.InstrumentationTest;52 private InstrumentationTest mMockITest;72 new InstrumentationTest() { in testRun()84 InstrumentationTest createInstrumentationTest() { in testRun()97 new InstrumentationTest() { in testRun_testFailed()110 InstrumentationTest createInstrumentationTest() { in testRun_testFailed()
55 private InstrumentationTest mInstrumentationTest = null;74 InstrumentationTest instrumentationTest, in InstrumentationFileTest()178 InstrumentationTest runner, TestInformation testInfo, ITestInvocationListener listener) in runTests()186 InstrumentationTest.excludeNonExecuted(testTracker.getCurrentRunResults()); in runTests()232 InstrumentationTest createInstrumentationTest() { in createInstrumentationTest()233 return new InstrumentationTest(); in createInstrumentationTest()
217 private List<InstrumentationTest> mTests = null;314 List<InstrumentationTest> getTests() { in getTests()381 mTests = new LinkedList<InstrumentationTest>(); in buildTests()394 InstrumentationTest t = createInstrumentationTest(); in buildTests()472 InstrumentationTest test = mTests.get(0); in doRun()514 InstrumentationTest createInstrumentationTest() { in createInstrumentationTest()517 InstrumentationTest test = null; in createInstrumentationTest()519 test = new InstrumentationTest(); in createInstrumentationTest()
43 public class CodeCoverageTest extends InstrumentationTest {
69 public class AndroidJUnitTest extends InstrumentationTest
88 public class InstrumentationTest class
32 import com.android.tradefed.testtype.InstrumentationTest;122 final InstrumentationTest test = createInstrumentationTest(); in runInstrumentation()167 InstrumentationTest createInstrumentationTest() { in createInstrumentationTest()168 return new InstrumentationTest(); in createInstrumentationTest()
69 private InstrumentationTest mMockITest;88 new InstrumentationTest() { in setUp()135 InstrumentationTest createInstrumentationTest() { in testRun_singleSuccessfulTest()227 InstrumentationTest createInstrumentationTest() { in testRun_reRunOneFailedToCompleteTest()285 InstrumentationTest createInstrumentationTest() { in testRun_noSerialReRun()399 InstrumentationTest createInstrumentationTest() { in testRun_exceedMaxAttempts()476 InstrumentationTest createInstrumentationTest() { in testRun_parameterized()
63 private InstrumentationTest mInstrumentationTest;91 mInstrumentationTest = new InstrumentationTest(); in setUp()
19 import static com.android.tradefed.testtype.InstrumentationTest.RUN_TESTS_AS_USER_KEY;20 import static com.android.tradefed.testtype.InstrumentationTest.RUN_TESTS_ON_SDK_SANDBOX;107 @Spy InstrumentationTest mInstrumentationTest;929 mInstrumentationTest = Mockito.spy(new InstrumentationTest()); in testQueryMultipleRunnerName()
393 InstrumentationTest createInstrumentationTest() { in createInstalledInstrumentationsTest()
110 InstrumentationTest.TEST_TIMEOUT_INST_ARGS_KEY, Long.toString(SHELL_TIMEOUT)); in setUp()
29 import com.android.tradefed.testtype.InstrumentationTest;41 public class SmokeTest extends InstrumentationTest {
31 import com.android.tradefed.testtype.InstrumentationTest;226 if (test instanceof InstrumentationTest) { in addDebugger()227 ((InstrumentationTest) test).setDebug(true); in addDebugger()
34 import com.android.tradefed.testtype.InstrumentationTest;174 InstrumentationTest instr = new InstrumentationTest(); in runInstrumentationTest()
33 import com.android.tradefed.testtype.InstrumentationTest;231 assertTrue(((InstrumentationTest) test).getDebug()); in testWaitForDebugger()