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

CollectionEquivalentCOnstraint is used to determine whether two collections are equivalent.
상속: CollectionItemsEqualConstraint
파일 보기 프로젝트 열기: Unity-Technologies/nunitv2

공개 메소드들

메소드 설명
CollectionEquivalentConstraint ( IEnumerable expected ) : System.Collections

Construct a CollectionEquivalentConstraint

WriteDescriptionTo ( MessageWriter writer ) : void

Write a description of this constraint to a MessageWriter

보호된 메소드들

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

Test whether two collections are equivalent

메소드 상세

CollectionEquivalentConstraint() 공개 메소드

Construct a CollectionEquivalentConstraint
public CollectionEquivalentConstraint ( IEnumerable expected ) : System.Collections
expected IEnumerable
리턴 System.Collections

WriteDescriptionTo() 공개 메소드

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

doMatch() 보호된 메소드

Test whether two collections are equivalent
protected doMatch ( IEnumerable actual ) : bool
actual IEnumerable
리턴 bool