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

Packages that use TestAutomationProject
org.squashtest.tm.domain.project   
org.squashtest.tm.domain.testautomation This package contains all the relevant concepts around test automation. 
 

Uses of TestAutomationProject in org.squashtest.tm.domain.project
 

Methods in org.squashtest.tm.domain.project that return types with arguments of type TestAutomationProject
 Collection<TestAutomationProject> GenericProject.getTestAutomationProjects()
           
 

Methods in org.squashtest.tm.domain.project with parameters of type TestAutomationProject
 void GenericProject.bindTestAutomationProject(TestAutomationProject project)
          will add a TestAutomationProject if it wasn't added already, or won't do anything if it was already bound to this.
 void GenericProject.unbindTestAutomationProject(TestAutomationProject project)
           
 

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

Methods in org.squashtest.tm.domain.testautomation that return TestAutomationProject
 TestAutomationProject AutomatedTest.getProject()
           
 TestAutomationProject TestAutomationProject.newWithName(String name)
           
 TestAutomationProject TestAutomationProject.newWithServer(TestAutomationServer server)
           
 

Methods in org.squashtest.tm.domain.testautomation with parameters of type TestAutomationProject
 AutomatedTest AutomatedTest.newWithProject(TestAutomationProject project)
           
 

Constructors in org.squashtest.tm.domain.testautomation with parameters of type TestAutomationProject
AutomatedTest(String name, TestAutomationProject project)
           
 



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