← Back to team overview

nunit-core team mailing list archive

[Bug 691129] Re: Add Category parameter to TestFixture

 

** Also affects: nunit-3.0
   Importance: Undecided
       Status: New

** Changed in: nunit-3.0
       Status: New => Triaged

** Changed in: nunit-3.0
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/691129

Title:
  Add Category parameter to TestFixture

Status in NUnit Test Framework:
  Triaged
Status in NUnit V2 Test Framework:
  Fix Released
Status in NUnit V2 2.5 series:
  Fix Released
Status in NUnit V2 2.6 series:
  Invalid

Bug description:
  Per discussion here: http://groups.google.com/group/nunit-
  discuss/browse_thread/thread/aae9015a485921e4?hl=en

  Please add a way to specify categories for parameterized test
  fixtures. This will allow control over execution. NUnit GUI should
  respect these settings as well.

  [TestFixture("string1", Category="A")] 
  [TestFixture("string2", Category="B")] 

  Would appreciate it in NUnit 2.x if at all possible (and soon). Thank
  you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/691129/+subscriptions


References