forked from WilliamBerryiii/Jenkins-Fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NUnit.xml
29 lines (29 loc) · 2.42 KB
/
NUnit.xml
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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--This file represents the results of running a test suite-->
<test-results name="C:\Users\mhartz\Documents\GitHub\Jenkins-Fsharp\Jenkins.FSharp.Tests\bin\Debug\Jenkins.FSharp.Tests.dll" total="3" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2016-01-13" time="15:45:49">
<environment nunit-version="2.6.4.14350" clr-version="2.0.50727.5485" os-version="Microsoft Windows NT 6.1.7601 Service Pack 1" platform="Win32NT" cwd="C:\Users\mhartz\Documents\GitHub\Jenkins-Fsharp" machine-name="MATTHEWHARTZ2" user="mhartz" user-domain="CORPDOM" />
<culture-info current-culture="en-US" current-uiculture="en-US" />
<test-suite type="Assembly" name="C:\Users\mhartz\Documents\GitHub\Jenkins-Fsharp\Jenkins.FSharp.Tests\bin\Debug\Jenkins.FSharp.Tests.dll" executed="True" result="Success" success="True" time="0.122" asserts="0">
<results>
<test-suite type="Namespace" name="Jenkins" executed="True" result="Success" success="True" time="0.114" asserts="0">
<results>
<test-suite type="Namespace" name="FSharp" executed="True" result="Success" success="True" time="0.113" asserts="0">
<results>
<test-suite type="Namespace" name="Tests" executed="True" result="Success" success="True" time="0.113" asserts="0">
<results>
<test-suite type="TestFixture" name="When testing a URL escape function " executed="True" result="Success" success="True" time="0.112" asserts="0">
<results>
<test-case name="Jenkins.FSharp.Tests.When testing a URL escape function .a '_' should be encoded with '_' " executed="True" result="Success" success="True" time="0.096" asserts="1" />
<test-case name="Jenkins.FSharp.Tests.When testing a URL escape function .a space should be encoded with '%20' " executed="True" result="Success" success="True" time="0.001" asserts="1" />
<test-case name="Jenkins.FSharp.Tests.When testing a URL escape function .an '&' should be encoded with '&' " executed="True" result="Success" success="True" time="0.001" asserts="1" />
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
</test-results>