Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/binary/
DExecutableTargetTestTest.java396 String cmd3 = TestCommands.get(testName3); in testShard_Split() local
397 if (cmd3 != null) assertEquals(testCmd3, cmd3); in testShard_Split()
399 assertEquals(true, cmd1 != null || cmd2 != null || cmd3 != null); in testShard_Split()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostGTestTest.java183 File cmd3 = createTestScript(dirPath, "cmd3"); in testRunTest() local
203 assertTrue(cmd3.exists()); in testRunTest()