@Service(value="TestCaseStatisticsService") @Transactional(readOnly=true) public class TestCaseStatisticsServiceImpl extends Object implements TestCaseStatisticsService
| Constructor and Description |
|---|
TestCaseStatisticsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
TestCaseBoundRequirementsStatistics |
gatherBoundRequirementStatistics(Collection<Long> testCaseIds)
Given those test case ids, returns how many of them are bound to requirements and how many aren't.
|
TestCaseImportanceStatistics |
gatherTestCaseImportanceStatistics(Collection<Long> testCaseIds)
Given those test case ids, sorts them by importance and returns how many of each were found.
|
TestCaseSizeStatistics |
gatherTestCaseSizeStatistics(Collection<Long> testCaseIds)
Given those test case ids, sort them number of steps aggregated by slices of 10 (0, 0 < x <= 10, 10 < x <=20, 20 < x),
then returns how many of each.
|
TestCaseStatisticsBundle |
gatherTestCaseStatisticsBundle(Collection<Long> testCaseIds)
Returns all of the above bundled in one bean.
|
TestCaseStatusesStatistics |
gatherTestCaseStatusesStatistics(Collection<Long> testCaseIds)
Given those test case ids, sort them by status and returns how many of each were found.
|
public TestCaseBoundRequirementsStatistics gatherBoundRequirementStatistics(Collection<Long> testCaseIds)
TestCaseStatisticsServicegatherBoundRequirementStatistics in interface TestCaseStatisticsServicepublic TestCaseImportanceStatistics gatherTestCaseImportanceStatistics(Collection<Long> testCaseIds)
TestCaseStatisticsServicegatherTestCaseImportanceStatistics in interface TestCaseStatisticsServicepublic TestCaseStatusesStatistics gatherTestCaseStatusesStatistics(Collection<Long> testCaseIds)
TestCaseStatisticsServicegatherTestCaseStatusesStatistics in interface TestCaseStatisticsServicepublic TestCaseSizeStatistics gatherTestCaseSizeStatistics(Collection<Long> testCaseIds)
TestCaseStatisticsServicegatherTestCaseSizeStatistics in interface TestCaseStatisticsServicepublic TestCaseStatisticsBundle gatherTestCaseStatisticsBundle(Collection<Long> testCaseIds)
TestCaseStatisticsServicegatherTestCaseStatisticsBundle in interface TestCaseStatisticsServiceCopyright © 2010–2017 Henix, henix.fr. All rights reserved.