C# Class System.Text.RegularExpressions.Tests.RegexAssert

Show file Open project: mikedn/runtime Class Usage Examples

Public Methods

Method Description
Equal ( string expected, System.Text.RegularExpressions.Tests.Capture actual ) : void

Method Details

Equal() public static method

public static Equal ( string expected, System.Text.RegularExpressions.Tests.Capture actual ) : void
expected string
actual System.Text.RegularExpressions.Tests.Capture
return void