Table of Contents

Class DoesNotMatchException

Namespace
Xunit.Sdk
Assembly
xunit.v3.assert.dll

Exception thrown when Assert.DoesNotMatch fails.

public class DoesNotMatchException : XunitException, ISerializable, IAssertionException
Inheritance
DoesNotMatchException
Implements
Inherited Members

Methods

ForMatch(string, int, int, string)

Creates a new instance of the DoesNotMatchException class, thrown when a regular expression matches the input string.