C# Class RegexParser.Tests.Performance.MatcherPerformanceTests

Mostrar archivo Open project: aistrate/RegexParser

Public Methods

Method Description
VeryLongMatches ( ) : void

Private Methods

Method Description
testRegexMatches ( string input, string pattern, RegexOptions options, int times ) : void
testRegexMatches ( string input, string pattern, int times ) : void

Method Details

VeryLongMatches() public static method

public static VeryLongMatches ( ) : void
return void