Home
last modified time | relevance | path

Searched refs:testModule (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DPythonUnitTestRunner.java195 String[] testModule = {pyModule}; in doRunTest() local
198 cmd = ArrayUtil.buildArray(baseOpts, mUnitTestOpts.split(" "), testModule); in doRunTest()
200 cmd = ArrayUtil.buildArray(baseOpts, testModule); in doRunTest()
DGTest.java151 String testModule = getTestModule(); in getTestPath() local
152 if (testModule != null) { in getTestPath()
154 testPath.append(testModule); in getTestPath()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryTest.java100 String testModule = getTestModule(); in getTestPath() local
101 if (testModule != null) { in getTestPath()
103 testPath.append(testModule); in getTestPath()