다음을 통해 공유


ConstraintFactory.EquivalentTo(IEnumerable) 메서드

정의

실제 값이 인수로 제공된 컬렉션과 동일한 요소를 포함하는 컬렉션인지 여부를 테스트하는 제약 조건을 반환합니다.

public NUnit.Framework.Constraints.CollectionEquivalentConstraint EquivalentTo (System.Collections.IEnumerable expected);
member this.EquivalentTo : System.Collections.IEnumerable -> NUnit.Framework.Constraints.CollectionEquivalentConstraint

매개 변수

expected
IEnumerable

반환

적용 대상