Searched refs:searchPath (Results 1 – 2 of 2) sorted by relevance
155 String searchPath = property; in buildPackageList() local157 if (searchPath == null) { in buildPackageList()158 searchPath = ""; in buildPackageList()160 searchPath = searchPath.replaceAll("(?:^|:)" + DEFAULT_HELPERS + "(:|$)", "$1"); in buildPackageList()161 searchPath += ":" + DEFAULT_HELPERS; in buildPackageList()166 for (String pkg : searchPath.split(":")) { in buildPackageList()
80 String searchPath = "src/" + pname.replaceAll("\\.", "/") + "/" + classOnlyName + ".java"; in parseTestMethod() local83 URL resource = getClass().getClassLoader().getResource(searchPath); in parseTestMethod()85 throw new RuntimeException("Could not find " + searchPath); in parseTestMethod()89 throw new RuntimeException("Could not retrieve content for " + searchPath); in parseTestMethod()100 "' in file '" + searchPath + "'"); in parseTestMethod()