C# Класс UnityEngine.NUnit.Framework.Constraints.EmptyCollectionConstraint

EmptyCollectionConstraint tests whether a collection is empty.
Наследование: CollectionConstraint
Показать файл Открыть проект

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

Метод Описание
WriteDescriptionTo ( MessageWriter writer ) : void

Write the constraint description to a MessageWriter

Защищенные методы

Метод Описание
doMatch ( IEnumerable collection ) : bool

Check that the collection is empty

Описание методов

WriteDescriptionTo() публичный Метод

Write the constraint description to a MessageWriter
public WriteDescriptionTo ( MessageWriter writer ) : void
writer MessageWriter
Результат void

doMatch() защищенный Метод

Check that the collection is empty
protected doMatch ( IEnumerable collection ) : bool
collection IEnumerable
Результат bool