Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstalledInstrumentationsTestTest.java167 assertEquals("0", mMockInstrumentationTests.get(1).getInstrumentationArg("shardIndex")); in testShardedRun()
168 assertEquals("2", mMockInstrumentationTests.get(1).getInstrumentationArg("numShards")); in testShardedRun()
176 assertEquals("1", mMockInstrumentationTests.get(1).getInstrumentationArg("shardIndex")); in testShardedRun()
177 assertEquals("2", mMockInstrumentationTests.get(1).getInstrumentationArg("numShards")); in testShardedRun()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java633 String getInstrumentationArg(String key) { in getInstrumentationArg() method in InstrumentationTest