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