Home | History | Annotate | Download | only in utils

Lines Matching defs:jarPath

59     private static final String ATTRIBUTE_JAR_PATH = "jarPath";
139 setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH, testType.jarPath);
144 setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH, testType.jarPath);
264 private final String jarPath;
266 private TestType (int type, String jarPath) {
268 this.jarPath = jarPath;
276 String jarPath = null;
289 jarPath = line.substring(JAR_PATH.length(), line.length()).trim();
295 return new TestType(type, jarPath);