1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--This file represents the results of running a test suite-->
<test-results name="C:\Program Files\NUnit 2.2.8\bin\mock-assembly.dll" total="5" failures="0" not-run="6" date="2006-04-22" time="12:47:24">
<environment nunit-version="2.2.8.0" clr-version="1.1.4322.2032" os-version="Microsoft Windows NT 5.1.2600.0" platform="Win32NT" cwd="C:\Program Files\NUnit 2.2.8\bin" machine-name="FERRARI" user="Charlie" user-domain="FERRARI" />
<culture-info current-culture="en-US" current-uiculture="en-US" />
<test-suite name="C:\Program Files\NUnit 2.2.8\bin\mock-assembly.dll" success="True" time="0.016" asserts="0">
<results>
<test-suite name="C:\Program Files\NUnit 2.2.8\bin\mock-assembly.dll" success="True" time="0.000" asserts="0">
<results>
<test-suite name="NUnit" success="True" time="0.000" asserts="0">
<results>
<test-suite name="NUnit.Tests" success="True" time="0.000" asserts="0">
<results>
<test-suite name="NUnit.Tests.Assemblies" success="True" time="0.000" asserts="0">
<results>
<test-suite name="NUnit.Tests.Assemblies.MockTestFixture" description="Fake Test Fixture" success="True" time="0.000" asserts="0">
<categories>
<category name="FixtureCategory" />
</categories>
<results>
<test-case name="NUnit.Tests.Assemblies.MockTestFixture.ExplicitlyRunTest" executed="False">
<categories>
<category name="Special" />
</categories>
<reason>
<message><![CDATA[Explicit selection required]]></message>
</reason>
</test-case>
<test-case name="NUnit.Tests.Assemblies.MockTestFixture.MockTest1" description="Mock Test #1" executed="True" success="True" time="0.000" asserts="0" />
<test-case name="NUnit.Tests.Assemblies.MockTestFixture.MockTest2" executed="True" success="True" time="0.000" asserts="0">
<categories>
<category name="MockCategory" />
</categories>
</test-case>
<test-case name="NUnit.Tests.Assemblies.MockTestFixture.MockTest3" executed="True" success="True" time="0.000" asserts="0">
<categories>
<category name="MockCategory" />
<category name="AnotherCategory" />
</categories>
</test-case>
<test-case name="NUnit.Tests.Assemblies.MockTestFixture.MockTest4" executed="False">
<categories>
<category name="Foo" />
</categories>
<reason>
<message><![CDATA[ignoring this test method for now]]></message>
</reason>
</test-case>
<test-case name="NUnit.Tests.Assemblies.MockTestFixture.MockTest5" executed="False">
<reason>
<message><![CDATA[Method MockTest5's signature is not correct: it must be a public method.]]></message>
</reason>
</test-case>
</results>
</test-suite>
</results>
</test-suite>
<test-suite name="NUnit.Tests.IgnoredFixture" success="True" time="0.000" asserts="0">
<results>
<test-case name="NUnit.Tests.IgnoredFixture.Test1" executed="False">
<reason>
<message><![CDATA[]]></message>
</reason>
</test-case>
<test-case name="NUnit.Tests.IgnoredFixture.Test2" executed="False">
<reason>
<message><![CDATA[]]></message>
</reason>
</test-case>
<test-case name="NUnit.Tests.IgnoredFixture.Test3" executed="False">
<reason>
<message><![CDATA[]]></message>
</reason>
</test-case>
</results>
</test-suite>
<test-suite name="NUnit.Tests.Singletons" success="True" time="0.000" asserts="0">
<results>
<test-suite name="NUnit.Tests.Singletons.OneTestCase" success="True" time="0.000" asserts="0">
<results>
<test-case name="NUnit.Tests.Singletons.OneTestCase.TestCase" executed="True" success="True" time="0.000" asserts="0" />
</results>
</test-suite>
</results>
</test-suite>
<test-suite name="NUnit.Tests.TestAssembly" success="True" time="0.000" asserts="0">
<results>
<test-suite name="NUnit.Tests.TestAssembly.MockTestFixture" success="True" time="0.000" asserts="0">
<results>
<test-case name="NUnit.Tests.TestAssembly.MockTestFixture.MyTest" executed="True" success="True" time="0.000" asserts="0" />
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
</test-results>
|