org.squashtest.tm.service.campaign
Interface IterationStatisticsService

All Known Implementing Classes:
IterationStatisticsServiceImpl

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

gatherIterationNonExecutedTestCaseImportanceStatistics

CampaignNonExecutedTestCaseImportanceStatistics gatherIterationNonExecutedTestCaseImportanceStatistics(long iterationId)
Given a iteration id, gathers and returns the number of test cases grouped by execution status.

Parameters:
iterationId -
Returns:

gatherIterationTestCaseStatusStatistics

CampaignTestCaseStatusStatistics gatherIterationTestCaseStatusStatistics(long iterationId)
Given a iteration id, gathers and returns the number of non-executed test cases grouped by weight.

Parameters:
iterationId -
Returns:

gatherIterationTestCaseSuccessRateStatistics

CampaignTestCaseSuccessRateStatistics gatherIterationTestCaseSuccessRateStatistics(long iterationId)
Given an iteration id, gathers and returns the number of passed and failed test cases grouped by weight.

Parameters:
iterationId -
Returns:

gatherTestSuiteTestInventoryStatistics

List<TestSuiteTestInventoryStatistics> gatherTestSuiteTestInventoryStatistics(long iterationId)

gatherIterationStatisticsBundle

IterationStatisticsBundle gatherIterationStatisticsBundle(long iterationId)
Given an iteration id, gathers all of the above in one package.

Parameters:
iterationId -
Returns:


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.