Table of Contents

Class ListMapper

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

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

original ICollection

The collection to be transformed

Methods

Property(string)

Produces a collection containing all the _values of a property

public ICollection Property(string name)

Parameters

name string

The collection of property _values

Returns

ICollection