C# Класс PclUnit.Constraints.Pieces.ThrowsOperator

Operator that tests that an exception is thrown and optionally applies further tests to the exception.
Наследование: SelfResolvingOperator
Показать файл Открыть проект

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

Метод Описание
Reduce ( ConstraintBuilder stack ) : void

Reduce produces a constraint from the operator and any arguments. It takes the arguments from the constraint stack and pushes the resulting constraint on it.

ThrowsOperator ( )

Construct a ThrowsOperator

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

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

Reduce produces a constraint from the operator and any arguments. It takes the arguments from the constraint stack and pushes the resulting constraint on it.
public Reduce ( ConstraintBuilder stack ) : void
stack ConstraintBuilder
Результат void

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

Construct a ThrowsOperator
public ThrowsOperator ( )