| Package | Description |
|---|---|
| org.squashtest.tm.service.internal.testcase | |
| org.squashtest.tm.service.statistics.testcase | |
| org.squashtest.tm.service.testcase |
| Modifier and Type | Method and Description |
|---|---|
TestCaseSizeStatistics |
TestCaseStatisticsServiceImpl.gatherTestCaseSizeStatistics(Collection<Long> testCaseIds) |
| Modifier and Type | Method and Description |
|---|---|
TestCaseSizeStatistics |
TestCaseStatisticsBundle.getSizeStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseStatisticsBundle.setSizeStatistics(TestCaseSizeStatistics sizeStatistics) |
| Constructor and Description |
|---|
TestCaseStatisticsBundle(TestCaseBoundRequirementsStatistics boundRequirementsStatistics,
TestCaseImportanceStatistics importanceStatistics,
TestCaseStatusesStatistics statusesStatistics,
TestCaseSizeStatistics sizeStatistics,
Collection<Long> selectedIds) |
| Modifier and Type | Method and Description |
|---|---|
TestCaseSizeStatistics |
TestCaseStatisticsService.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.
|
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.