Method | Description | |
---|---|---|
CleanUp ( ) : void | ||
HandleFailure ( string file, TestRunner.TestResult status, string extra ) : void | ||
Initialize ( ) : void | ||
PositiveChecker ( ITester tester, string verif_file ) : System |
Method | Description | |
---|---|---|
Check ( TestCase test ) : bool | ||
CreateTestCase ( string filename, string options, string deps ) : TestCase | ||
GetExtraOptions ( string file, string &compiler_options, string &dependencies ) : bool |
Method | Description | |
---|---|---|
LoadVerificationData ( string file ) : void | ||
UpdateVerificationData ( string file ) : void |
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 HandleFailure ( string file, TestRunner.TestResult status, string extra ) : void | ||
file | string | |
status | TestRunner.TestResult | |
extra | string | |
return | void |
public PositiveChecker ( ITester tester, string verif_file ) : System | ||
tester | ITester | |
verif_file | string | |
return | System |