nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00431
[Bug 563532] Re: DatapointsAttribute should be allowed on properties and methods
** Summary changed:
- Datapoint(s)Attribute should be allowed on properties and methods
+ DatapointsAttribute should be allowed on properties and methods
** Description changed:
- Currently a datapoint must be a field. We should support properties and
- methods as well, as we do for TestCaseSource and ValueSource.
+ 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.
** Changed in: nunitv2
Status: Triaged => Fix Committed
** Changed in: nunitv2
Assignee: (unassigned) => Charlie Poole (charlie.poole)
--
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 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