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

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

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

Methods in org.squashtest.tm.domain.execution that return AutomatedExecutionExtender
 AutomatedExecutionExtender Execution.getAutomatedExecutionExtender()
           
 

Methods in org.squashtest.tm.domain.execution with parameters of type AutomatedExecutionExtender
 void Execution.setAutomatedExecutionExtender(AutomatedExecutionExtender extender)
           
 

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

Fields in org.squashtest.tm.domain.testautomation with type parameters of type AutomatedExecutionExtender
 Collection<AutomatedExecutionExtender> AutomatedSuite.executionExtenders
           
 

Methods in org.squashtest.tm.domain.testautomation that return types with arguments of type AutomatedExecutionExtender
 Collection<AutomatedExecutionExtender> AutomatedSuite.getExecutionExtenders()
           
 

Methods in org.squashtest.tm.domain.testautomation with parameters of type AutomatedExecutionExtender
 void AutomatedSuite.addExtender(AutomatedExecutionExtender extender)
           
 

Method parameters in org.squashtest.tm.domain.testautomation with type arguments of type AutomatedExecutionExtender
 void AutomatedSuite.addExtenders(Collection<AutomatedExecutionExtender> extenders)
           
 void AutomatedSuite.setExecutionExtenders(Collection<AutomatedExecutionExtender> executionExtenders)
           
 



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