IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.ListMapper Class Reference

ListMapper is used to transform a collection used as an actual argument producing another collection to be used in the assertion. More...

+ Collaboration diagram for NUnit.Framework.ListMapper:

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
 

Detailed Description

ListMapper is used to transform a collection used as an actual argument producing another collection to be used in the assertion.

Constructor & Destructor Documentation

NUnit.Framework.ListMapper.ListMapper ( ICollection  original)
inline

Construct a ListMapper based on a collection

Parameters
originalThe collection to be transformed

Member Function Documentation

ICollection NUnit.Framework.ListMapper.Property ( string  name)
inline

Produces a collection containing all the _values of a property

Parameters
nameThe collection of property _values
Returns

Referenced by NUnit.Framework.Tests.AssertSyntaxTests.PropertyTests().

Member Data Documentation

ICollection NUnit.Framework.ListMapper.original
private

The documentation for this class was generated from the following file: