Searched refs:testJar (Results 1 – 6 of 6) sorted by relevance
49 testJar(file); in testPerformance()60 private void testJar(final File file) throws Exception { in testJar() method in JDKClassDumpTestCase
157 private void testJar(final File file) throws Exception {183 testJar(file);
103 public String testJar; field in CommandLineArgs
1440 setTestJar(cla.testJar); in configure()1577 result.testJar = (String) cmdLineArgs.get(CommandLineArgs.TEST_JAR); in configure()1737 String testJar = args.testJar; in validateCommandLineParameters() local1741 if (testClasses == null && slave == null && testJar == null in validateCommandLineParameters()1751 if (testJar == null && in validateCommandLineParameters()
109 public String testJar; field in CommandLineArgs
627 Fixed: -testJar command line parsing bug636 Fixed: TESTNG-296: Malformed jar URLs breaking -testJar