C# Class NUnit.Framework.ListMapper

ListMapper is used to transform a collection used as an actual argument producing another collection to be used in the assertion.
Afficher le fichier Open project: antonsamarsky/emitmapper-tools

Méthodes publiques

Méthode Description
ListMapper ( ICollection original ) : System

Construct a ListMapper based on a collection

Property ( string name ) : ICollection

Produces a collection containing all the values of a property

Method Details

ListMapper() public méthode

Construct a ListMapper based on a collection
public ListMapper ( ICollection original ) : System
original ICollection The collection to be transformed
Résultat System

Property() public méthode

Produces a collection containing all the values of a property
public Property ( string name ) : ICollection
name string The collection of property values
Résultat ICollection