NUnit.Framework.Constraints.AndOperator
Operator that requires both its arguments to succeed
namespace NUnit.Framework.Constraints
{
public class AndOperator : BinaryOperator
{
public AndOperator();
}
}