Property | Type | Description | |
---|---|---|---|
_tests | System.Test[] |
Method | Description | |
---|---|---|
SystemTest ( RegressionParameters p ) : Mono.Data.Sqlite |
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.
|
protected StoreTestResult ( System.Test test, System.Result result ) : void | ||
test | System.Test | |
result | System.Result | |
return | void |
public SystemTest ( RegressionParameters p ) : Mono.Data.Sqlite | ||
p | RegressionParameters | |
return | Mono.Data.Sqlite |