Home
last modified time | relevance | path

Searched refs:testClassName (Results 1 – 1 of 1) sorted by relevance

/aoo4110/test/testcommon/source/org/openoffice/test/common/
H A DCSVReporter.java39 private String testClassName = null; field in CSVReporter
56 if (!description.getClassName().equals(testClassName)) { in testStarted()
106 testClassName = description.getClassName(); in startSuite()
113 file = new File(reportDir, testClassName + ".csv"); in startSuite()
117 if (testClassName == null) in finishSuite()

Completed in 19 milliseconds