Class ListMapper
ListMapper is used to transform a collection used as an actual argument producing another collection to be used in the assertion.
public class ListMapper
- Inheritance
-
ListMapper
- Inherited Members
Constructors
ListMapper(ICollection)
Construct a ListMapper based on a collection
public ListMapper(ICollection original)
Parameters
originalICollectionThe collection to be transformed
Methods
Property(string)
Produces a collection containing all the _values of a property
public ICollection Property(string name)
Parameters
namestringThe collection of property _values