Uses of Class
com.projectdarkstar.tools.dtc.domain.TestSpec

Uses of TestSpec in com.projectdarkstar.tools.dtc.domain
 

Methods in com.projectdarkstar.tools.dtc.domain that return TestSpec
 TestSpec TestExecutionResult.getOriginalTestSpec()
           
 

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

Method parameters in com.projectdarkstar.tools.dtc.domain with type arguments of type TestSpec
 void TestSuite.setTestSpecs(List<TestSpec> testSpecs)
           
 

Constructors in com.projectdarkstar.tools.dtc.domain with parameters of type TestSpec
TestExecutionResult(TestSpec originalTestSpec, TestExecution parentExecution)
           
 



Copyright © 2013. All Rights Reserved.