Sha256: 0ddce93dc0dbe833d59270c0c0f7166579393c2670b737d3879fdb41f2599464

Contents?: true

Size: 1.08 KB

Versions: 5

Compression:

Stored size: 1.08 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
   <testsuite name="JUnitXmlReporter" errors="0" tests="2" skipped="2" failures="0" time="0" timestamp="2013-05-24T10:23:58" />
   <testsuite name="JUnitXmlReporter" errors="0" tests="0" failures="0" time="0" timestamp="2013-05-24T10:23:58" />
   <testsuite name="JUnitXmlReporter.constructor" errors="0" skipped="1" tests="3" failures="0" time="0.006" timestamp="2013-05-24T10:23:58">
      <properties>
         <property name="java.vendor" value="Sun Microsystems Inc." />
         <property name="compiler.debug" value="on" />
         <property name="project.jdk.classpath" value="jdk.classpath.1.6" />
      </properties>
      <testcase classname="JUnitXmlReporter.constructor" name="should default path to an empty string" time="0.006">
      </testcase>
      <testcase classname="JUnitXmlReporter.constructor" name="should default consolidate to true" time="0">
         <skipped />
      </testcase>
      <testcase classname="JUnitXmlReporter.constructor" name="should default useDotNotation to true" time="0" />
   </testsuite>
</testsuites>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
danger-junit_results-0.0.5 spec/fixtures/junit-report.xml
danger-junit_results-0.0.4 spec/fixtures/junit-report.xml
danger-junit_results-0.0.3 spec/fixtures/junit-report.xml
danger-junit_results-0.0.2 spec/fixtures/junit-report.xml
danger-junit_results-0.0.1 spec/fixtures/junit-report.xml