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

Tests whether a value is greater than or equal to the value supplied to its constructor
Наследование: ComparisonConstraint
Показать файл Открыть проект

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

Метод Описание
GreaterThanOrEqualConstraint ( object expected ) : System

Initializes a new instance of the T:GreaterThanOrEqualConstraint class.

Matches ( object actual ) : bool

Test whether the constraint is satisfied by a given value

WriteDescriptionTo ( MessageWriter writer ) : void

Write the constraint description to a MessageWriter

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

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

Initializes a new instance of the T:GreaterThanOrEqualConstraint class.
public GreaterThanOrEqualConstraint ( object expected ) : System
expected object The expected value.
Результат System

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

Test whether the constraint is satisfied by a given value
public Matches ( object actual ) : bool
actual object The value to be tested
Результат bool

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

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