-
Notifications
You must be signed in to change notification settings - Fork 0
/
TestResult.xml
37 lines (37 loc) · 3.21 KB
/
TestResult.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
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--This file represents the results of running a test suite-->
<test-results name="C:\Users\Gyarill\Desktop\Systemy Inteligentnych Agentow\SnowFlake\snowflake-agent\CrystalTests.nunit" total="7" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2011-06-25" time="19:56:43">
<environment nunit-version="2.5.9.10348" clr-version="2.0.50727.4961" os-version="Microsoft Windows NT 6.1.7600.0" platform="Win32NT" cwd="C:\Program Files (x86)\NUnit 2.5.9\bin\net-2.0" machine-name="HIKKAP" user="Gyarill" user-domain="Hikkap" />
<culture-info current-culture="pl-PL" current-uiculture="en-US" />
<test-suite type="Project" name="C:\Users\Gyarill\Desktop\Systemy Inteligentnych Agentow\SnowFlake\snowflake-agent\CrystalTests.nunit" executed="True" result="Success" success="True" time="0.099" asserts="0">
<results>
<test-suite type="Assembly" name="C:\Users\Gyarill\Desktop\Systemy Inteligentnych Agentow\SnowFlake\snowflake-agent\CrystalsTests\bin\Debug\CrystalsTests.dll" executed="True" result="Success" success="True" time="0.079" asserts="0">
<results>
<test-suite type="Namespace" name="CrystalsTests" executed="True" result="Success" success="True" time="0.079" asserts="0">
<results>
<test-suite type="TestFixture" name="IntersectionsTests" executed="True" result="Success" success="True" time="0.001" asserts="0">
<results>
<test-case name="CrystalsTests.IntersectionsTests.CircleAndSegmentIntersectionsTest" executed="True" result="Success" success="True" time="0.000" asserts="6" />
</results>
</test-suite>
<test-suite type="TestFixture" name="MoleculeTests" executed="True" result="Success" success="True" time="0.062" asserts="0">
<results>
<test-case name="CrystalsTests.MoleculeTests.BoundPositionTest" executed="True" result="Success" success="True" time="0.023" asserts="12" />
<test-case name="CrystalsTests.MoleculeTests.FreeBoundTest" executed="True" result="Success" success="True" time="0.017" asserts="1" />
<test-case name="CrystalsTests.MoleculeTests.TryToAttachDefinitelyTest" executed="True" result="Success" success="True" time="0.020" asserts="29" />
</results>
</test-suite>
<test-suite type="TestFixture" name="PositionTests" executed="True" result="Success" success="True" time="0.006" asserts="0">
<results>
<test-case name="CrystalsTests.PositionTests.PointOfAngleTest" executed="True" result="Success" success="True" time="0.001" asserts="2" />
<test-case name="CrystalsTests.PositionTests.PointOnBorderOfTetrahedronPartTest" executed="True" result="Success" success="True" time="0.000" asserts="4" />
<test-case name="CrystalsTests.PositionTests.TetrahedronPartTest" executed="True" result="Success" success="True" time="0.000" asserts="3" />
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
</test-results>