NUnit.Framework.Constraints.PropertiesComparerConfiguration
namespace NUnit.Framework.Constraints
{
public class LessThanConstraint : ComparisonConstraint
{
public LessThanConstraint(object expected);
}
}
namespace NUnit.Framework.Constraints
{
public class PropertiesComparerConfiguration
{
protected void SetTolerance(object amount);
public PropertiesComparerConfiguration();
}
}