C# Class Tmx.Core.TestStatistics

Description of TestStatistics.
Show file Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

Method Description
RefreshAllStatistics ( List suites, bool skipAutomatic ) : TestStat
RefreshScenarioStatistics ( ITestScenario scenario, bool skipAutomatic ) : TestStat
RefreshSuiteStatistics ( ITestSuite suite, bool skipAutomatic ) : TestStat

Private Methods

Method Description
setTestScenarioStatus ( ITestScenario scenario ) : void
setTestSuiteStatus ( ITestSuite suite ) : void

Method Details

RefreshAllStatistics() public method

public RefreshAllStatistics ( List suites, bool skipAutomatic ) : TestStat
suites List
skipAutomatic bool
return TestStat

RefreshScenarioStatistics() public method

public RefreshScenarioStatistics ( ITestScenario scenario, bool skipAutomatic ) : TestStat
scenario ITestScenario
skipAutomatic bool
return TestStat

RefreshSuiteStatistics() public method

public RefreshSuiteStatistics ( ITestSuite suite, bool skipAutomatic ) : TestStat
suite ITestSuite
skipAutomatic bool
return TestStat