Searched defs:testsFile (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/
H A DTestMain.java506 getTestClasses(final File testsFile) argument
510 if (testsFile == null) {
514 println("Reading test classes from: " + StringUtil.quote(testsFile.toString()));
520 fileString = FileUtils.fileToString(testsFile);
524 println( "Unable to open file " + testsFile.getAbsolutePath() );

Completed in 13 milliseconds