Last active
October 7, 2015 00:49
-
-
Save fcostin/be5d6dd364d4ed795817 to your computer and use it in GitHub Desktop.
TEST_nunit_foo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" standalone="no"?> | |
<!--This file represents the results of running a test suite--> | |
<!--example comment--> | |
<!--another example comments. TFS VSO is a wonderful and intuitive test collection and reporting tool. --> | |
<test-results name="C:\Program Files\NUnit 2.6\bin\tests\mock-assembly.dll" total="2" errors="0" failures="1" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2015-10-07" time="11:22:00"> | |
<environment nunit-version="" clr-version="" os-version="Microsoft Windows NT 6.1.7600.0" platform="Any CPU" cwd="C:\Program Files\NUnit 2.6\bin" machine-name="CHARLIE-LAPTOP" user="charlie" user-domain="charlie-laptop" /> | |
<culture-info current-culture="en-US" current-uiculture="en-US" /> | |
<test-suite type="Assembly" name="FOO" executed="True" result="Failure" success="False" time="0.094" asserts="0"> | |
<results> | |
<test-case name="NUnit.Tests.Assemblies.MockTestFixture.FailingTest" executed="True" result="Failure" success="False" time="0.016" asserts="0"> | |
<failure> | |
<message><![CDATA[Intentional failure]]></message> | |
<stack-trace><![CDATA[at NUnit.Tests.Assemblies.MockTestFixture.FailingTest() | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="NUnit.Tests.Assemblies.MockTestFixture.MockTest1" description="Mock Test #1" executed="True" result="Success" success="True" time="0.000" asserts="0" /> | |
</results> | |
</test-suite> | |
</test-results> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment