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