Feature request: Explicit named parameter to TestCaseAttribute
Bug #885604 reported by
Swapna Chappidi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
NUnit Framework |
Fix Released
|
High
|
Charlie Poole | ||
NUnit V2 |
Fix Released
|
Medium
|
Charlie Poole |
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.
Changed in nunitv2: | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Charlie Poole (charlie.poole) |
milestone: | none → 2.6.0 |
Changed in nunitv2: | |
status: | Fix Committed → Fix Released |
Changed in nunit-3.0: | |
importance: | Undecided → High |
assignee: | nobody → Charlie Poole (charlie.poole) |
milestone: | none → 2.9.6 |
status: | New → Triaged |
Changed in nunit-3.0: | |
status: | Triaged → Fix Committed |
Changed in nunit-3.0: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Also added MakeExplicit method to TestCaseData to allow use of explicit test cases with TestCaseSourceA ttribute.