nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00433
[Bug 563532] Re: DatapointsAttribute should be allowed on properties and methods
** Also affects: nunit-3.0
Importance: Undecided
Status: New
** Changed in: nunit-3.0
Status: New => Confirmed
** Changed in: nunit-3.0
Status: Confirmed => Triaged
** Changed in: nunit-3.0
Importance: Undecided => High
** Changed in: nunit-3.0
Assignee: (unassigned) => Charlie Poole (charlie.poole)
** Changed in: nunit-3.0
Milestone: None => 2.9.4
--
DatapointsAttribute should be allowed on properties and methods
https://bugs.launchpad.net/bugs/563532
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit Test Framework: Triaged
Status in NUnit V2 Test Framework: Fix Committed
Bug description:
Currently DatapointsAttribute must be on a field in order to be recognized. We should support properties and methods as well, as we do for TestCaseSource and ValueSource.
References