← Back to team overview

nunit-core team mailing list archive

[Bug 885604] Re: Feature request: Explicit named parameter to TestCaseAttribute

 

Also added MakeExplicit method to TestCaseData to allow use of explicit
test cases with TestCaseSourceAttribute.

** 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/885604

Title:
  Feature request: Explicit named parameter to TestCaseAttribute

Status in NUnit V2 Test Framework:
  Fix Committed

Bug description:
  It will be useful to be able to mark a particular test case as
  Explicit. So when the Test is run and one of the test cases is marked
  as Explicit, then only that particular test case should be Explicit.
  As of the current implementation, the complete test is marked as
  Explicit and none of the test cases are run.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/885604/+subscriptions


References