IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
ListMapper is used to transform a collection used as an actual argument producing another collection to be used in the assertion. More...
Public Member Functions | |
ListMapper (ICollection original) | |
Construct a ListMapper based on a collection More... | |
ICollection | Property (string name) |
Produces a collection containing all the _values of a property More... | |
Private Attributes | |
ICollection | original |
ListMapper is used to transform a collection used as an actual argument producing another collection to be used in the assertion.
|
inline |
Construct a ListMapper based on a collection
original | The collection to be transformed |
|
inline |
Produces a collection containing all the _values of a property
name | The collection of property _values |
Referenced by NUnit.Framework.Tests.AssertSyntaxTests.PropertyTests().
|
private |