Searched refs:testResultFile (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/tests/osgi-javaee/osgi-web/common/
H A DReporter.java69 public Reporter(String testResultFile, String testSummary) { argument
70 testResult = new File(testResultFile);
74 public Reporter(String testResultFile) { argument
75 testResult = new File(testResultFile);
85 //args[0] contain testResultFile path.

Completed in 10 milliseconds