Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/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.java110 String testModule = getTestModule(); in getTestPath() local
111 if (testModule != null) { in getTestPath()
113 testPath.append(testModule); in getTestPath()