C# 클래스 UnityEngine.NUnit.Framework.Constraints.NoItemConstraint

NoItemConstraint applies another constraint to each item in a collection, failing if any of them succeeds.
상속: PrefixConstraint
파일 보기 프로젝트 열기: Unity-Technologies/nunitv2

공개 메소드들

메소드 설명
Matches ( object actual ) : bool

Apply the item constraint to each item in the collection, failing if any item fails.

NoItemConstraint ( Constraint itemConstraint ) : System

Construct a NoItemConstraint on top of an existing constraint

WriteDescriptionTo ( MessageWriter writer ) : void

Write a description of this constraint to a MessageWriter

메소드 상세

Matches() 공개 메소드

Apply the item constraint to each item in the collection, failing if any item fails.
public Matches ( object actual ) : bool
actual object
리턴 bool

NoItemConstraint() 공개 메소드

Construct a NoItemConstraint on top of an existing constraint
public NoItemConstraint ( Constraint itemConstraint ) : System
itemConstraint Constraint
리턴 System

WriteDescriptionTo() 공개 메소드

Write a description of this constraint to a MessageWriter
public WriteDescriptionTo ( MessageWriter writer ) : void
writer MessageWriter
리턴 void