nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #03104
[Bug 1066393] Re: Unable to display source for testcases with an alternate name set
** Changed in: nunit-vs-adapter
Status: Triaged => Fix Committed
** Changed in: nunitv2
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1066393
Title:
Unable to display source for testcases with an alternate name set
Status in NUnit Test Adapter for Visual Studio:
Fix Committed
Status in NUnit V2 Test Framework:
Fix Committed
Bug description:
If a TestCase uses SetName() to change the display name of the test,
Visual Studio is not able to locate the source code, since the display
name is assumed to be the test name. We need the TestInfo objects
returned when tests are loaded and also embedded in results to
containe both the class name and the method name for any test. Once
this is available, the adapter code can be significantly simplified.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-vs-adapter/+bug/1066393/+subscriptions
References