C# 클래스 NUnit.Framework.ListMapper

ListMapper is used to transform a collection used as an actual argument producing another collection to be used in the assertion.
파일 보기 프로젝트 열기: antonsamarsky/emitmapper-tools

공개 메소드들

메소드 설명
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

메소드 상세

ListMapper() 공개 메소드

Construct a ListMapper based on a collection
public ListMapper ( ICollection original ) : System
original ICollection The collection to be transformed
리턴 System

Property() 공개 메소드

Produces a collection containing all the values of a property
public Property ( string name ) : ICollection
name string The collection of property values
리턴 ICollection