C# Class Automata.Tests.DotNetTest

Show file Open project: AutomataDotNet/Automata Class Usage Examples

Public Methods

Method Description
Test ( bool accept, string strs, double &sec ) : int

Returns the number of accepted strings from the given list of strings. Outputs the total time taken in seconds.

Private Methods

Method Description
Compile ( Regex regex ) : void

Method Details

Test() public static method

Returns the number of accepted strings from the given list of strings. Outputs the total time taken in seconds.
public static Test ( bool accept, string strs, double &sec ) : int
accept bool
strs string
sec double
return int