C# Class TestRunner.PositiveChecker

Inheritance: Checker
Mostrar archivo Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
CleanUp ( ) : void
HandleFailure ( string file, TestRunner.TestResult status, string extra ) : void
Initialize ( ) : void
PositiveChecker ( ITester tester, string verif_file ) : System

Protected Methods

Method Description
Check ( TestCase test ) : bool
CreateTestCase ( string filename, string options, string deps ) : TestCase
GetExtraOptions ( string file, string &compiler_options, string &dependencies ) : bool

Private Methods

Method Description
LoadVerificationData ( string file ) : void
UpdateVerificationData ( string file ) : void

Method Details

Check() protected method

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

CleanUp() public method

public CleanUp ( ) : void
return void

CreateTestCase() protected method

protected CreateTestCase ( string filename, string options, string deps ) : TestCase
filename string
options string
deps string
return TestCase

GetExtraOptions() protected method

protected GetExtraOptions ( string file, string &compiler_options, string &dependencies ) : bool
file string
compiler_options string
dependencies string
return bool

HandleFailure() public method

public HandleFailure ( string file, TestRunner.TestResult status, string extra ) : void
file string
status TestRunner.TestResult
extra string
return void

Initialize() public method

public Initialize ( ) : void
return void

PositiveChecker() public method

public PositiveChecker ( ITester tester, string verif_file ) : System
tester ITester
verif_file string
return System