public interface IterationStatisticsService
| Modifier and Type | Method and Description |
|---|---|
CampaignNonExecutedTestCaseImportanceStatistics |
gatherIterationNonExecutedTestCaseImportanceStatistics(long iterationId)
Given a iteration id, gathers and returns the number of test cases grouped by execution status.
|
IterationProgressionStatistics |
gatherIterationProgressionStatistics(long iterationId) |
IterationStatisticsBundle |
gatherIterationStatisticsBundle(long iterationId)
Given an iteration id, gathers all of the above in one package.
|
CampaignTestCaseStatusStatistics |
gatherIterationTestCaseStatusStatistics(long iterationId)
Given a iteration id, gathers and returns the number of non-executed test cases grouped by weight.
|
CampaignTestCaseSuccessRateStatistics |
gatherIterationTestCaseSuccessRateStatistics(long iterationId)
Given an iteration id, gathers and returns the number of passed and failed test cases grouped by weight.
|
List<TestSuiteTestInventoryStatistics> |
gatherTestSuiteTestInventoryStatistics(long iterationId) |
CampaignNonExecutedTestCaseImportanceStatistics gatherIterationNonExecutedTestCaseImportanceStatistics(long iterationId)
iterationId - CampaignTestCaseStatusStatistics gatherIterationTestCaseStatusStatistics(long iterationId)
iterationId - CampaignTestCaseSuccessRateStatistics gatherIterationTestCaseSuccessRateStatistics(long iterationId)
iterationId - List<TestSuiteTestInventoryStatistics> gatherTestSuiteTestInventoryStatistics(long iterationId)
IterationStatisticsBundle gatherIterationStatisticsBundle(long iterationId)
iterationId - IterationProgressionStatistics gatherIterationProgressionStatistics(long iterationId)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.