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

MessageMatch

public enum MessageMatch
Enumeration indicating how the expected message parameter is to be used
namespace NUnit.Framework { public enum MessageMatch { Exact, Contains, Regex, StartsWith } }