C# Class XunitShould.Sdk.MatchesException

Inheritance: XunitException
显示文件 Open project: EddieGarmon/XunitShould

Public Methods

Method Description
MatchesException ( object expectedRegexPattern, object actual ) : System

Creates a new instance of the MatchesException class.

Method Details

MatchesException() public method

Creates a new instance of the MatchesException class.
public MatchesException ( object expectedRegexPattern, object actual ) : System
expectedRegexPattern object The expected regular expression pattern
actual object The actual value
return System