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

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

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

Methods in com.projectdarkstar.tools.dtc.data that return TestSpecDTO
 TestSpecDTO TestExecutionResultDTO.getOriginalTestSpec()
           
 

Methods in com.projectdarkstar.tools.dtc.data that return types with arguments of type TestSpecDTO
 List<TestSpecDTO> TestSuiteDTO.getTestSpecs()
          Returns the list of TestSpecDTO objects that are to be run in succession
 

Method parameters in com.projectdarkstar.tools.dtc.data with type arguments of type TestSpecDTO
protected  void TestSuiteDTO.setTestSpecs(List<TestSpecDTO> testSpecs)
           
 void TestSuiteDTO.updateTestSpecs(List<TestSpecDTO> testSpecs)
           
 

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

Methods in com.projectdarkstar.tools.dtc.service with parameters of type TestSpecDTO
 Long ConfigTestsService.addTestSpec(TestSpecDTO testSpec)
          Creates a TestSpec object based on the given testSpec and persists it to the database backed persistent storage.
 



Copyright © 2013. All Rights Reserved.