C# Class Tmx.Core.TestStatistics

Description of TestStatistics.
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
setTestScenarioStatus ( ITestScenario scenario ) : void
setTestSuiteStatus ( ITestSuite suite ) : void

Method Details

RefreshAllStatistics() public méthode

public RefreshAllStatistics ( List suites, bool skipAutomatic ) : TestStat
suites List
skipAutomatic bool
Résultat TestStat

RefreshScenarioStatistics() public méthode

public RefreshScenarioStatistics ( ITestScenario scenario, bool skipAutomatic ) : TestStat
scenario ITestScenario
skipAutomatic bool
Résultat TestStat

RefreshSuiteStatistics() public méthode

public RefreshSuiteStatistics ( ITestSuite suite, bool skipAutomatic ) : TestStat
suite ITestSuite
skipAutomatic bool
Résultat TestStat