Uses of Class
org.squashtest.tm.domain.testautomation.AutomatedTest

Packages that use AutomatedTest
org.squashtest.tm.domain.execution   
org.squashtest.tm.domain.testautomation This package contains all the relevant concepts around test automation. 
org.squashtest.tm.domain.testcase   
 

Uses of AutomatedTest in org.squashtest.tm.domain.execution
 

Methods in org.squashtest.tm.domain.execution that return AutomatedTest
 AutomatedTest Execution.getAutomatedTest()
           
 

Uses of AutomatedTest in org.squashtest.tm.domain.testautomation
 

Methods in org.squashtest.tm.domain.testautomation that return AutomatedTest
 AutomatedTest AutomatedExecutionExtender.getAutomatedTest()
           
 AutomatedTest AutomatedTest.newWithName(String name)
           
 AutomatedTest AutomatedTest.newWithProject(TestAutomationProject project)
           
 

Methods in org.squashtest.tm.domain.testautomation with parameters of type AutomatedTest
 void AutomatedExecutionExtender.setAutomatedTest(AutomatedTest automatedTest)
           
 

Uses of AutomatedTest in org.squashtest.tm.domain.testcase
 

Methods in org.squashtest.tm.domain.testcase that return AutomatedTest
 AutomatedTest TestCase.getAutomatedTest()
           
 

Methods in org.squashtest.tm.domain.testcase with parameters of type AutomatedTest
 void TestCase.setAutomatedTest(AutomatedTest testAutomationTest)
           
 



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.