Uses of Class
org.squashtest.tm.domain.campaign.TestSuite

Packages that use TestSuite
org.squashtest.tm.domain.campaign   
org.squashtest.tm.domain.library   
org.squashtest.tm.exception.execution   
 

Uses of TestSuite in org.squashtest.tm.domain.campaign
 

Methods in org.squashtest.tm.domain.campaign that return TestSuite
 TestSuite TestSuite.createCopy()
           returns a copy of a test Suite without it's test plan.
 

Methods in org.squashtest.tm.domain.campaign that return types with arguments of type TestSuite
 Map<TestSuite,List<Integer>> Iteration.createTestSuitesPastableCopy()
          this method is used in case of copy paste of an iteration with test suites.
 Set<TestSuite> Iteration.getContent()
          The content of an iteration means its test suites.
 Collection<TestSuite> Iteration.getOrderedContent()
           
 List<TestSuite> IterationTestPlanItem.getTestSuites()
           
 Set<TestSuite> Iteration.getTestSuites()
           
 

Methods in org.squashtest.tm.domain.campaign with parameters of type TestSuite
 void Iteration.addContent(TestSuite testSuite)
           
 void IterationTestPlanItem.addTestSuite(TestSuite suite)
           
 void Iteration.addTestSuite(TestSuite suite)
           
 void Iteration.removeContent(TestSuite contentToRemove)
           
 void IterationTestPlanItem.removeTestSuite(TestSuite suite)
           
 void Iteration.removeTestSuite(TestSuite testSuite)
           
 

Method parameters in org.squashtest.tm.domain.campaign with type arguments of type TestSuite
 void IterationTestPlanItem.setTestSuites(List<TestSuite> testSuites)
           
 

Uses of TestSuite in org.squashtest.tm.domain.library
 

Methods in org.squashtest.tm.domain.library with parameters of type TestSuite
 void NodeVisitor.visit(TestSuite testSuite)
           
 void WhichNodeVisitor.visit(TestSuite testSuite)
           
 

Uses of TestSuite in org.squashtest.tm.exception.execution
 

Constructors in org.squashtest.tm.exception.execution with parameters of type TestSuite
EmptyTestSuiteTestPlanException(TestSuite testSuite)
           
 



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