Searched refs:suiteRoot (Results 1 – 2 of 2) sorted by relevance
154 String suiteRoot = System.getProperty(rootVar); in testConfigurationLoad() local155 if (Strings.isNullOrEmpty(suiteRoot)) { in testConfigurationLoad()160 suiteRoot, in testConfigurationLoad()170 stubFolder.setRootDir(new File(suiteRoot)); in testConfigurationLoad()172 stubFolder.addBuildAttribute("ROOT_DIR", suiteRoot); in testConfigurationLoad()175 stubTestInfo.executionFiles().put(FilesKey.TESTS_DIRECTORY, new File(suiteRoot)); in testConfigurationLoad()
134 String suiteRoot = System.getProperty(rootVar); in testConfigurationLoad() local135 if (Strings.isNullOrEmpty(suiteRoot)) { in testConfigurationLoad()138 …File testcases = new File(suiteRoot, String.format("/android-%s/testcases/", getSuiteName().toLowe… in testConfigurationLoad()147 stubFolder.setRootDir(new File(suiteRoot)); in testConfigurationLoad()149 stubFolder.addBuildAttribute("ROOT_DIR", suiteRoot); in testConfigurationLoad()152 stubTestInfo.executionFiles().put(FilesKey.TESTS_DIRECTORY, new File(suiteRoot)); in testConfigurationLoad()