NUnit.Framework.Constraints.TrueConstraint
TrueConstraint tests that the actual value is true
namespace NUnit.Framework.Constraints
{
public class TrueConstraint : Constraint
{
public TrueConstraint();
}
}