Uses of Class
com.projectdarkstar.tools.dtc.data.TestSuiteDTO

Packages that use TestSuiteDTO
com.projectdarkstar.tools.dtc.data   
com.projectdarkstar.tools.dtc.service   
 

Uses of TestSuiteDTO in com.projectdarkstar.tools.dtc.data
 

Methods in com.projectdarkstar.tools.dtc.data that return TestSuiteDTO
 TestSuiteDTO TestExecutionDTO.getOriginalTestSuite()
          Returns the original TestSuiteDTO that this test execution is based on.
 

Uses of TestSuiteDTO in com.projectdarkstar.tools.dtc.service
 

Methods in com.projectdarkstar.tools.dtc.service with parameters of type TestSuiteDTO
 Long ConfigTestsService.addTestSuite(TestSuiteDTO testSuite)
          Creates a TestSuite object based on the given testSuite and persists it to the database backed persistent storage.
 



Copyright © 2013. All Rights Reserved.