NUnit.Framework.Constraints.OrOperator
Operator that requires at least one of its arguments to succeed
namespace NUnit.Framework.Constraints
{
public class OrOperator : BinaryOperator
{
public OrOperator();
}
}