C# Class Brunet.Simulator.Regression.SystemTest

Inheritance: RegressionTest
Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_tests System.Test[]

Public Methods

Method Description
SystemTest ( RegressionParameters p ) : Mono.Data.Sqlite

Protected Methods

Method Description
Normal ( ) : System.Result
RunTests ( ) : void
SetupResultTable ( ) : void
StoreTestResult ( System.Test test, System.Result result ) : void

This method stores the test results to the database.

Method Details

Normal() protected method

protected Normal ( ) : System.Result
return System.Result

RunTests() protected method

protected RunTests ( ) : void
return void

SetupResultTable() protected method

protected SetupResultTable ( ) : void
return void

StoreTestResult() protected method

This method stores the test results to the database.
protected StoreTestResult ( System.Test test, System.Result result ) : void
test System.Test
result System.Result
return void

SystemTest() public method

public SystemTest ( RegressionParameters p ) : Mono.Data.Sqlite
p RegressionParameters
return Mono.Data.Sqlite

Property Details

_tests protected property

protected Test[],System _tests
return System.Test[]