NUnit.Framework.Constraints.ExactCountConstraintResult
Contain the result of matching a ExactCountConstraint against an actual value.
namespace NUnit.Framework.Constraints
{
internal sealed class ExactCountConstraintResult : ConstraintResult
{
}
}