nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02700
[Bug 996427] Re: ListMapper.Property doesn't work with fields
Sorry didn't include:
present in nunit-2.6 (release) running on .NET framework 4.0
--
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/996427
Title:
ListMapper.Property doesn't work with fields
Status in NUnit Test Framework:
New
Bug description:
When using the ListMapper to perform a task such as:
> List.Map(values).Property("subValue")
the expected outcome (a list of subValues) is achieved if the property subValue is encapsulated (get/set), but not if it's a field.
I'd assume this is a reflection quirk, but I'm not up on the details.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/996427/+subscriptions
References