NUnit.Framework.Constraints.AndConstraint
AndConstraint succeeds only if both members succeed.
namespace NUnit.Framework.Constraints
{
public class AndConstraint : BinaryConstraint
{
public AndConstraint(IConstraint left, IConstraint right);
}
}