-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestFailButSecond.xml
More file actions
32 lines (32 loc) · 2.17 KB
/
TestFailButSecond.xml
File metadata and controls
32 lines (32 loc) · 2.17 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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--This file represents the results of running a test suite-->
<test-results name="D:\git\NUnitOutputVersionIssue\NUnitOutputVersionIssue\bin\Debug\NUnitOutputVersionIssue.dll" total="1" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2024-02-20" time="11:29:25">
<environment nunit-version="3.14.0.0" clr-version="4.0.30319.42000" os-version="Microsoft Windows NT 6.2.9200.0" platform="Win32NT" cwd="D:\git\NUnitOutputVersionIssue" machine-name="DEV" user="couper" />
<culture-info current-culture="en-GB" current-uiculture="en-US" />
<test-suite type="Assembly" name="D:\git\NUnitOutputVersionIssue\NUnitOutputVersionIssue\bin\Debug\NUnitOutputVersionIssue.dll" executed="True" result="Success" success="True" time="0.244" asserts="1">
<properties>
<property name="_PID" value="13576" />
<property name="_APPDOMAIN" value="domain-fb246d7e-NUnitOutputVersionIssue.dll" />
</properties>
<results>
<test-suite type="TestSuite" name="NUnitOutputVersionIssue" executed="True" result="Success" success="True" time="0.216" asserts="1">
<results>
<test-suite type="TestFixture" name="Tests" executed="True" result="Success" success="True" time="0.210" asserts="1">
<results>
<test-case name="NUnitOutputVersionIssue.Tests.Test1" executed="True" result="Success" success="True" time="0.196" asserts="1" />
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
<test-suite type="Assembly" name="D:\git\NUnitOutputVersionIssue\NUnitOutputVersionIssueB\bin\Debug\NUnitOutputVersionIssue.dll" executed="True" result="Failure" success="False" time="0.000" asserts="">
<properties>
<property name="_SKIPREASON" value="File not found: D:\git\NUnitOutputVersionIssue\NUnitOutputVersionIssueB\bin\Debug\NUnitOutputVersionIssue.dll" />
</properties>
<reason>
<message><![CDATA[File not found: D:\git\NUnitOutputVersionIssue\NUnitOutputVersionIssueB\bin\Debug\NUnitOutputVersionIssue.dll]]></message>
</reason>
<results />
</test-suite>
</test-results>