Searched refs:searchPath (Results 1 – 1 of 1) sorted by relevance
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()