|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IterationStatisticsService
| Method Summary | |
|---|---|
CampaignNonExecutedTestCaseImportanceStatistics |
gatherIterationNonExecutedTestCaseImportanceStatistics(long iterationId)
Given a iteration id, gathers and returns the number of test cases grouped by execution status. |
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)
|
| Method Detail |
|---|
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||