Uses of Class
org.squashtest.tm.service.statistics.testcase.TestCaseSizeStatistics

Packages that use TestCaseSizeStatistics
org.squashtest.tm.service.internal.testcase   
org.squashtest.tm.service.statistics.testcase   
org.squashtest.tm.service.testcase   
 

Uses of TestCaseSizeStatistics in org.squashtest.tm.service.internal.testcase
 

Methods in org.squashtest.tm.service.internal.testcase that return TestCaseSizeStatistics
 TestCaseSizeStatistics TestCaseStatisticsServiceImpl.gatherTestCaseSizeStatistics(Collection<Long> testCaseIds)
           
 

Uses of TestCaseSizeStatistics in org.squashtest.tm.service.statistics.testcase
 

Methods in org.squashtest.tm.service.statistics.testcase that return TestCaseSizeStatistics
 TestCaseSizeStatistics TestCaseStatisticsBundle.getSizeStatistics()
           
 

Methods in org.squashtest.tm.service.statistics.testcase with parameters of type TestCaseSizeStatistics
 void TestCaseStatisticsBundle.setSizeStatistics(TestCaseSizeStatistics sizeStatistics)
           
 

Constructors in org.squashtest.tm.service.statistics.testcase with parameters of type TestCaseSizeStatistics
TestCaseStatisticsBundle(TestCaseBoundRequirementsStatistics boundRequirementsStatistics, TestCaseImportanceStatistics importanceStatistics, TestCaseStatusesStatistics statusesStatistics, TestCaseSizeStatistics sizeStatistics)
           
 

Uses of TestCaseSizeStatistics in org.squashtest.tm.service.testcase
 

Methods in org.squashtest.tm.service.testcase that return TestCaseSizeStatistics
 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-2013 Henix, henix.fr. All Rights Reserved.