Home
last modified time | relevance | path

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

/aoo4110/test/testcommon/source/org/openoffice/test/common/
H A DXMLReporter.java55 private String suiteName = null; field in XMLReporter
130 File outputBackupDir = new File(outputDir.getAbsolutePath() + "." + suiteName); in testRunFinished()
141 suiteName = description.getDisplayName(); in testRunStarted()
158 testsuiteEl.setAttribute("name", suiteName); in startSuite()
H A DReportUploader.java42 private String suiteName = null; field in ReportUploader
55 suiteName = description.getDisplayName(); in testRunStarted()
64 File output = new File(outputDir.getAbsolutePath() + "." + suiteName); in testRunFinished()

Completed in 14 milliseconds