C# Class TestRunner.NegativeChecker

Inheritance: Checker
ファイルを表示 Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
NegativeChecker ( ITester tester, bool check_msg ) : System

Protected Methods

Method Description
AnalyzeTestFile ( string file, int &row, string line, string &compiler_options, string &dependencies ) : bool
Check ( TestCase test ) : bool
PrintSummary ( ) : void

Private Methods

Method Description
GetCompilerError ( string expected, string buffer ) : CompilerError
HandleFailure ( string file, CompilerError status ) : bool

Method Details

AnalyzeTestFile() protected method

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

Check() protected method

protected Check ( TestCase test ) : bool
test TestCase
return bool

NegativeChecker() public method

public NegativeChecker ( ITester tester, bool check_msg ) : System
tester ITester
check_msg bool
return System

PrintSummary() protected method

protected PrintSummary ( ) : void
return void