Last active
April 14, 2021 06:48
-
-
Save thj-dk/4596679994b0176b6c1ba4ef4534f388 to your computer and use it in GitHub Desktop.
JunitXml.TestLogger InvariantCulture
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<testsuites> | |
<testsuite name="AssemblyName.dll" tests="1" skipped="0" failures="0" errors="0" time="0.0024806" timestamp="2021-04-14T06:36:52" hostname="DESKTOP-KIQ5G3O" id="0" package="AssemblyName.dll"> | |
<properties /> | |
<testcase classname="AssemblyName.ClassName" name="AssemblyName.ClassName.MethodName" time="0.0024806" /> | |
<system-out> | |
Test Framework Informational Messages: | |
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.1 (64-bit .NET Core 3.1.10) | |
[xUnit.net 00:00:00.50] Discovering: AssemblyName | |
[xUnit.net 00:00:00.54] Discovered: AssemblyName | |
[xUnit.net 00:00:00.54] Starting: AssemblyName | |
[xUnit.net 00:00:00.62] Finished: AssemblyName | |
</system-out> | |
<system-err></system-err> | |
</testsuite> | |
</testsuites> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<testsuites> | |
<testsuite name="AssemblyName.dll" tests="1" skipped="0" failures="0" errors="0" time="0,0031001" timestamp="2021-04-14T06:35:34" hostname="DESKTOP-KIQ5G3O" id="0" package="AssemblyName.dll"> | |
<properties /> | |
<testcase classname="AssemblyName.ClassName" name="AssemblyName.ClassName.MethodName" time="0,0031001" /> | |
<system-out> | |
Test Framework Informational Messages: | |
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.1 (64-bit .NET Core 3.1.10) | |
[xUnit.net 00:00:00.44] Discovering: AssemblyName | |
[xUnit.net 00:00:00.48] Discovered: AssemblyName | |
[xUnit.net 00:00:00.48] Starting: AssemblyName | |
[xUnit.net 00:00:00.56] Finished: AssemblyName | |
</system-out> | |
<system-err></system-err> | |
</testsuite> | |
</testsuites> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment