<PackageReference Include="NUnit" Version="2.6.4" />

ListMapper

public class ListMapper
ListMapper is used to transform a collection used as an actual argument producing another collection to be used in the assertion.
public ListMapper(ICollection original)

Construct a ListMapper based on a collection

public ICollection Property(string name)

Produces a collection containing all the values of a property