Home
last modified time | relevance | path

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

/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DXMLReporter.java53 private Element testcaseEl = null; field in XMLReporter
77 testcaseEl = doc.createElement("testcase"); in testStarted()
78 testcaseEl.setAttribute("name", description.getDisplayName()); in testStarted()
79 testcaseEl.setAttribute("classname", description.getClassName()); in testStarted()
80 testcaseEl.setAttribute("methodname", description.getMethodName()); in testStarted()
81 testsuiteEl.appendChild(testcaseEl); in testStarted()
98 testcaseEl.appendChild(failureEl); in testFailure()
105 testcaseEl.appendChild(errorEl); in testFailure()
112testcaseEl.setAttribute("time", Double.toString((System.currentTimeMillis() - testStart) / 1000.0)… in testFinished()
123 testcaseEl.appendChild(ignoredEl); in testIgnored()

Completed in 12 milliseconds