v2.10.0.4
(NUnit)
When running the console tool locally I have 2 failed tests, although the two tests failing are :
Quote:
ProjectName.Tests.SubTests.MoreTests.WhenSomethingFixture.* (00:00:02.0771114)
ProjectName.Tests.SubTests.MoreTests.WhenSomethingFixture.TheActualTestName (00:00:00.0350007)
Clicking on the .* reveals nothing, only
Quote:
Project:ProjectName.Tests
Result:Failed
Server used:GridNodeName
<Show test output text>
Clicking "test output text" displays the output from a setup (2 linesconsole output).
Clicking on "TheActualTestName" reveals an assertion failure.
Why is it reporting 2 test failures? Is it so the user can troubleshoot the log output from the common setup method in WhenSomethingFixture base class or is it a bug?
*Edit:
Furthermore, in the test result view in TeamCity (not via AllResult.Html), it only reports the "ProjectName.Tests.SubTests.MoreTests.WhenSomethingFixture.*" strings for failed tests, and when expanding they all seem to only contain
Quote:
------- Stdout: -------
text
Which provides neither what test is failing nor any valuable info of what is going wrong.
Is the integration with e.g. TeamCity planned to be improved?
Thanks