<PackageReference Include="NUnit" Version="3.0.0-alpha-4" />

StringConstraint

public abstract class StringConstraint : Constraint
StringConstraint is the abstract base for constraints that operate on strings. It supports the IgnoreCase modifier for string operations.
namespace NUnit.Framework.Constraints { }