NUnit.Framework.Constraints.CollectionEquivalentConstraintResult
Provides a ConstraintResult for the CollectionEquivalentConstraint.
namespace NUnit.Framework
{
public class TestCaseData<T1, T2> : TestCaseData
{
public TestCaseData(T1 argument1, T2 argument2);
}
}
namespace NUnit.Framework.Constraints
{
public class CollectionEquivalentConstraintResult : ConstraintResult
{
public CollectionEquivalentConstraintResult(CollectionEquivalentConstraint constraint, CollectionTally.CollectionTallyResult tallyResult, object actual, bool isSuccess);
}
}