forked from rolfwessels/Command.Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestResult.xml
More file actions
61 lines (61 loc) · 5.63 KB
/
TestResult.xml
File metadata and controls
61 lines (61 loc) · 5.63 KB
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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--This file represents the results of running a test suite-->
<test-results name="D:\Work\Projects\Home\generator-lazy-templates\generators\app\templates\Command.Bot\build\Debug\Command.Bot.Core.Tests\Command.Bot.Core.Tests.dll" total="10" errors="0" failures="0" not-run="1" inconclusive="0" ignored="1" skipped="0" invalid="0" date="2015-02-24" time="19:19:30">
<environment nunit-version="2.6.3.13283" clr-version="2.0.50727.6421" os-version="Microsoft Windows NT 6.2.9200.0" platform="Win32NT" cwd="D:\Work\Projects\Home\generator-lazy-templates\generators\app\templates\Command.Bot" machine-name="MACWIN" user="rolf" user-domain="macwin" />
<culture-info current-culture="en-GB" current-uiculture="en-US" />
<test-suite type="Assembly" name="D:\Work\Projects\Home\generator-lazy-templates\generators\app\templates\Command.Bot\build\Debug\Command.Bot.Core.Tests\Command.Bot.Core.Tests.dll" executed="True" result="Success" success="True" time="1.522" asserts="0">
<results>
<test-suite type="Namespace" name="Command.Bot" executed="True" result="Success" success="True" time="1.504" asserts="0">
<results>
<test-suite type="Namespace" name="Core" executed="True" result="Success" success="True" time="1.502" asserts="0">
<results>
<test-suite type="Namespace" name="Tests" executed="True" result="Success" success="True" time="1.502" asserts="0">
<results>
<test-suite type="Namespace" name="Helpers" executed="True" result="Success" success="True" time="0.240" asserts="0">
<results>
<test-suite type="TestFixture" name="IEnumerableTests" executed="True" result="Success" success="True" time="0.237" asserts="0">
<results>
<test-case name="Command.Bot.Core.Tests.Helpers.IEnumerableTests.StringJoin_WhenCalledWithArrayOfStrings_ShouldJoinValues" executed="True" result="Success" success="True" time="0.202" asserts="0" />
<test-case name="Command.Bot.Core.Tests.Helpers.IEnumerableTests.StringJoin_WhenCalledWithDifferenceSeparator_ShouldUseSeparator" executed="True" result="Success" success="True" time="0.001" asserts="0" />
<test-case name="Command.Bot.Core.Tests.Helpers.IEnumerableTests.StringJoin_WhenCalledWithOneNull_ShouldReturnNull" executed="True" result="Success" success="True" time="0.001" asserts="0" />
<test-case name="Command.Bot.Core.Tests.Helpers.IEnumerableTests.StringJoin_WhenCalledWithOneValue_ShouldDisplayOnlyValue" executed="True" result="Success" success="True" time="0.001" asserts="0" />
</results>
</test-suite>
</results>
</test-suite>
<test-suite type="Namespace" name="MessageUtil" executed="True" result="Success" success="True" time="0.068" asserts="0">
<results>
<test-suite type="TestFixture" name="MessengerTests" executed="True" result="Success" success="True" time="0.066" asserts="0">
<results>
<test-case name="Command.Bot.Core.Tests.MessageUtil.MessengerTests.Constructor_WhenCalled_ShouldNotBeNull" executed="True" result="Success" success="True" time="0.006" asserts="0" />
<test-case name="Command.Bot.Core.Tests.MessageUtil.MessengerTests.Send_Given_Object_ShouldBeRecieved" executed="True" result="Success" success="True" time="0.012" asserts="0" />
<test-case name="Command.Bot.Core.Tests.MessageUtil.MessengerTests.Send_GivenRegisteredAndThenUnregister_ShouldNotRelieveMessage" executed="True" result="Success" success="True" time="0.032" asserts="0" />
<test-case name="Command.Bot.Core.Tests.MessageUtil.MessengerTests.Send_GivenRegisteredAndThenUnregisterAll_ShouldNotRelieveMessage" executed="True" result="Success" success="True" time="0.006" asserts="0" />
<test-case name="Command.Bot.Core.Tests.MessageUtil.MessengerTests.Send_GivenWeakItem_ShouldAlsoNotBeCalled" executed="False" result="Ignored">
<reason>
<message><![CDATA[Cant force GC to do its work]]></message>
</reason>
</test-case>
</results>
</test-suite>
</results>
</test-suite>
<test-suite type="TestFixture" name="SampleTests" executed="True" result="Success" success="True" time="0.453" asserts="0">
<results>
<test-case name="Command.Bot.Core.Tests.SampleTests.Constructor_WhenCalled_ShouldNotBeNull" executed="True" result="Success" success="True" time="0.115" asserts="0" />
</results>
</test-suite>
<test-suite type="TestFixture" name="SystemManagerFacadeUserManagerTests" executed="True" result="Success" success="True" time="0.728" asserts="0">
<results>
<test-case name="Command.Bot.Core.Tests.SystemManagerFacadeUserManagerTests.Constructor_WhenCalled_ShouldNotBeNull" executed="True" result="Success" success="True" time="0.727" asserts="0" />
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
</test-results>