Uses of Class
hu.midori.kosmos.model.CcTest

Packages that use CcTest
hu.midori.kosmos.model   
 

Uses of CcTest in hu.midori.kosmos.model
 

Methods in hu.midori.kosmos.model that return types with arguments of type CcTest
 java.util.List<CcTest> CcProject.getTestCases()
           
 

Constructor parameters in hu.midori.kosmos.model with type arguments of type CcTest
CcProject(java.lang.String name, java.lang.String buildResultUrl, java.lang.String buildLabel, int status, java.util.Date timestamp, int modifications, java.lang.String buildTime, int tests, int errors, int failures, java.util.List<CcTest> testCases, ZoomableImageLocator testsPerCategoryChartLocator)