nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01605
[Bug 691129] Re: Add Category parameter to TestFixture
For consistency, this should also be added to the TestCaseAttribute
** Also affects: nunitv2/2.5
Importance: Undecided
Status: New
** Changed in: nunitv2/2.5
Milestone: None => 2.5.10
** Changed in: nunitv2
Milestone: 2.5.10 => 2.6.0
** Changed in: nunitv2/2.5
Status: New => Triaged
** Changed in: nunitv2/2.5
Importance: Undecided => Medium
** Changed in: nunitv2/2.5
Assignee: (unassigned) => Charlie Poole (charlie.poole)
** Changed in: nunitv2/2.6
Assignee: (unassigned) => Charlie Poole (charlie.poole)
** Changed in: nunitv2
Assignee: (unassigned) => Charlie Poole (charlie.poole)
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/691129
Title:
Add Category parameter to TestFixture
Status in NUnit V2 Test Framework:
Triaged
Status in NUnit V2 2.5 series:
Triaged
Status in NUnit V2 2.6 series:
Triaged
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!
References