inspec/test/unit/mock/reporters/junit_output
Jared Quick f3ee680429 Add hidden json fields to schema and add tests. (#2618)
Signed-off-by: Jared Quick <jquick@chef.io>
2018-02-12 19:34:22 +01:00

11 lines
638 B
XML

<?xml version='1.0'?>
<testsuites>
<testsuite name='long_commands' tests='4' failed='1'>
<testcase name='File /tmp should be directory' classname='long_commands.Anonymous' time='0.002058'/>
<testcase name='File /tmp should be directory' classname='long_commands.tmp-1.0' time='0.000102'/>
<testcase name='gem package rubocop should be installed' classname='long_commands.Anonymous' time='0.000168'>
<failure message='rubocop is not installed'/>
</testcase>
<testcase name='Command whoami stdout should eq &quot;jquick\n&quot;' classname='long_commands.Anonymous' time='0.034938'/>
</testsuite>
</testsuites>