Property | Type | Description | |
---|---|---|---|
extra_compiler_options | string[] | ||
ignore_list | |||
ignored | int | ||
know_issues | |||
no_error_list | |||
regression | |||
safe_execution | bool | ||
success | int | ||
syntax_errors | int | ||
test_hash | |||
tester | ITester | ||
tests | |||
total | int | ||
verbose | bool |
Method | Description | |
---|---|---|
CleanUp ( ) : void | ||
Dispose ( ) : void | ||
Do ( string filename ) : bool | ||
Initialize ( ) : void | ||
LogFileLine ( string file, string msg ) : void |
Method | Description | |
---|---|---|
AnalyzeTestFile ( string file, int &row, string line, string &compiler_options, string &dependencies ) : bool | ||
Check ( TestCase test ) : bool | ||
Checker ( ITester tester ) : System | ||
CreateTestCase ( string filename, string options, string deps ) : TestCase | ||
GetExtraOptions ( string file, string &compiler_options, string &dependencies ) : bool | ||
Log ( string msg ) : void | ||
LogLine ( string msg ) : void | ||
PrintSummary ( ) : void | ||
ReadWrongErrors ( string file ) : void |
protected AnalyzeTestFile ( string file, int &row, string line, string &compiler_options, string &dependencies ) : bool | ||
file | string | |
row | int | |
line | string | |
compiler_options | string | |
dependencies | string | |
return | bool |
protected Checker ( ITester tester ) : System | ||
tester | ITester | |
return | System |
protected CreateTestCase ( string filename, string options, string deps ) : TestCase | ||
filename | string | |
options | string | |
deps | string | |
return | TestCase |
protected GetExtraOptions ( string file, string &compiler_options, string &dependencies ) : bool | ||
file | string | |
compiler_options | string | |
dependencies | string | |
return | bool |
public LogFileLine ( string file, string msg ) : void | ||
file | string | |
msg | string | |
return | void |
protected ReadWrongErrors ( string file ) : void | ||
file | string | |
return | void |
protected ArrayList,System.Collections ignore_list | ||
return |
protected ArrayList,System.Collections know_issues | ||
return |
protected ArrayList,System.Collections no_error_list | ||
return |
protected ArrayList,System.Collections regression | ||
return |
protected Hashtable,System.Collections test_hash | ||
return |
protected ArrayList,System.Collections tests | ||
return |