Method | Description | |
---|---|---|
NegativeChecker ( ITester tester, bool check_msg ) : System |
Method | Description | |
---|---|---|
AnalyzeTestFile ( string file, int &row, string line, string &compiler_options, string &dependencies ) : bool | ||
Check ( TestCase test ) : bool | ||
PrintSummary ( ) : void |
Method | Description | |
---|---|---|
GetCompilerError ( string expected, string buffer ) : CompilerError | ||
HandleFailure ( string file, CompilerError status ) : bool |
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 |
public NegativeChecker ( ITester tester, bool check_msg ) : System | ||
tester | ITester | |
check_msg | bool | |
return | System |