Table of Contents

Enum MessageMatch

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

Enumeration indicating how the expected message parameter is to be used

public enum MessageMatch

Fields

Contains = 1
Exact = 0
Regex = 2
StartsWith = 3