Skip to content

Instantly share code, notes, and snippets.

@mandel-macaque
Created February 12, 2020 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mandel-macaque/4591cc06d3db0e46de6a0bf886804f13 to your computer and use it in GitHub Desktop.
Save mandel-macaque/4591cc06d3db0e46de6a0bf886804f13 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<assemblies>
<assembly name="My custom failure" environment="64-bit .NET Standard [collection-per-class, non-parallel]" test-framework="xUnit.net 2.4.1.0" run-date="2020-02-12" total="1" passed="0" failed="1" skipped="0" time="0" errors="0">
<collection total="1" passed="0" failed="1" skipped="0" name="Crash Report" time="0">
<test name="Crash Report" type="TestApp" method="Run" time="0" result="Fail">
<failure>
<message><![CDATA[Crash!]]><stack-trace><![CDATA[This is a sample output from stderr.
]]></stack-trace></message>
</failure>
</test>
</collection>
</assembly>
</assemblies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment