次の方法で共有


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

戻り値

適用対象