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

UniqueItemsConstraint tests whether all the items in a collection are unique.
상속: CollectionItemsEqualConstraint
파일 보기 프로젝트 열기: Unity-Technologies/nunitv2

공개 메소드들

메소드 설명
WriteDescriptionTo ( MessageWriter writer ) : void

Write a description of this constraint to a MessageWriter

보호된 메소드들

메소드 설명
doMatch ( IEnumerable actual ) : bool

Check that all items are unique.

메소드 상세

WriteDescriptionTo() 공개 메소드

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

doMatch() 보호된 메소드

Check that all items are unique.
protected doMatch ( IEnumerable actual ) : bool
actual IEnumerable
리턴 bool