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.
Показать файл Открыть проект

Открытые методы

Метод Описание
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