public interface TestCaseStatisticsService
| 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.
|
TestCaseBoundRequirementsStatistics gatherBoundRequirementStatistics(Collection<Long> testCaseIds)
testCaseIds - TestCaseImportanceStatistics gatherTestCaseImportanceStatistics(Collection<Long> testCaseIds)
testCaseIds - TestCaseSizeStatistics gatherTestCaseSizeStatistics(Collection<Long> testCaseIds)
testCaseIds - TestCaseStatusesStatistics gatherTestCaseStatusesStatistics(Collection<Long> testCaseIds)
testCaseIds - TestCaseStatisticsBundle gatherTestCaseStatisticsBundle(Collection<Long> testCaseIds)
testCaseIds - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.