...
1<?xml version="1.0" encoding="UTF-8"?>
2<testsuites>
3 <testsuite name="JUnitXmlReporter" errors="0" tests="0" failures="0" time="0" timestamp="2013-05-24T10:23:58" />
4 <testsuite name="JUnitXmlReporter.constructor" errors="0" skipped="1" tests="3" failures="1" time="0.006" timestamp="2013-05-24T10:23:58">
5 <properties>
6 <property name="java.vendor" value="Sun Microsystems Inc." />
7 <property name="compiler.debug" value="on" />
8 <property name="project.jdk.classpath" value="jdk.classpath.1.6" />
9 </properties>
10 <testcase classname="JUnitXmlReporter.constructor" name="should default path to an empty string" time="0.006">
11 <failure message="test failure">Assertion failed</failure>
12 </testcase>
13 <testcase classname="JUnitXmlReporter.constructor" name="should default consolidate to true" time="0">
14 <skipped />
15 </testcase>
16 <testcase classname="JUnitXmlReporter.constructor" name="should default useDotNotation to true" time="0" />
17 </testsuite>
18</testsuites>
View as plain text