| 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 |
|---|---|
TestCaseStatusesStatistics |
TestCaseStatisticsServiceImpl.gatherTestCaseStatusesStatistics(Collection<Long> testCaseIds) |
| Modifier and Type | Method and Description |
|---|---|
TestCaseStatusesStatistics |
TestCaseStatisticsBundle.getStatusesStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseStatisticsBundle.setStatusesStatistics(TestCaseStatusesStatistics statusesStatistics) |
| Constructor and Description |
|---|
TestCaseStatisticsBundle(TestCaseBoundRequirementsStatistics boundRequirementsStatistics,
TestCaseImportanceStatistics importanceStatistics,
TestCaseStatusesStatistics statusesStatistics,
TestCaseSizeStatistics sizeStatistics,
Collection<Long> selectedIds) |
| Modifier and Type | Method and Description |
|---|---|
TestCaseStatusesStatistics |
TestCaseStatisticsService.gatherTestCaseStatusesStatistics(Collection<Long> testCaseIds)
Given those test case ids, sort them by status and returns how many of each were found.
|
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.