C# 클래스 PclUnit.Constraints.Pieces.ThrowsOperator

Operator that tests that an exception is thrown and optionally applies further tests to the exception.
상속: SelfResolvingOperator
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
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 ( )