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

Packages that use IterationTestPlanItem
org.squashtest.tm.domain.campaign   
org.squashtest.tm.domain.execution   
 

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

Methods in org.squashtest.tm.domain.campaign that return IterationTestPlanItem
 IterationTestPlanItem IterationTestPlanItem.createCopy()
          Factory method.
static IterationTestPlanItem IterationTestPlanItem.createUnparameterizedTestPlanItem(TestCase testCase)
          Creates a test plan item for the given test case. the test plan item won't be parameterized (ie no dataset).
 IterationTestPlanItem TestSuite.findFirstExecutableTestPlanItem()
           
 IterationTestPlanItem TestSuite.findNextExecutableTestPlanItem(long testPlanItemId)
          finds next item (that last execution has unexecuted step) or (has no execution and is not test case deleted) can return item linked to test-case with no step
 IterationTestPlanItem TestSuite.getFirstTestPlanItem()
           
 

Methods in org.squashtest.tm.domain.campaign that return types with arguments of type IterationTestPlanItem
 List<IterationTestPlanItem> TestSuite.createPastableCopyOfTestPlan()
           returns an ordered copy of the test-suite test plan
-test plans items that are not linked to a test case are not copied
-the copy of a test plan item is done using createCopy()
static Collection<IterationTestPlanItem> IterationTestPlanItem.createTestPlanItems(TestCase testCase, Collection<Dataset> datasets)
          Creates a collection of test plan items for the given test case and datasets.
 List<IterationTestPlanItem> TestSuite.getTestPlan()
           
 List<IterationTestPlanItem> Iteration.getTestPlans()
           
 

Methods in org.squashtest.tm.domain.campaign with parameters of type IterationTestPlanItem
 void Iteration.addTestPlan(IterationTestPlanItem testPlan)
           
 void TestSuite.bindTestPlanItem(IterationTestPlanItem item)
           
 int Iteration.getIndexOf(IterationTestPlanItem item)
           
 void Iteration.removeItemFromTestPlan(IterationTestPlanItem testPlanItem)
           
 void TestSuite.unBindTestPlan(IterationTestPlanItem item)
           
 void Iteration.updateAutoDatesAfterExecutionDetach(IterationTestPlanItem iterationTestPlanItem)
          will update acual end and start dates if are auto and if they were driven by the execution last-executed on
 

Method parameters in org.squashtest.tm.domain.campaign with type arguments of type IterationTestPlanItem
 void TestSuite.bindTestPlanItems(List<IterationTestPlanItem> items)
          Binds the test plan items to this test suite
 void Iteration.moveTestPlans(int newIndex, List<IterationTestPlanItem> movedItems)
           
 void TestSuite.reorderTestPlan(int newIndex, List<IterationTestPlanItem> movedItems)
          Since the test plan of a TestSuite is merely a view on the backing iteration, we will reorder here the test plan accordingly.
 void TestSuite.setTestPlan(List<IterationTestPlanItem> testPlan)
           
 void TestSuite.unBindTestPlan(List<IterationTestPlanItem> items)
           
 

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

Methods in org.squashtest.tm.domain.execution that return IterationTestPlanItem
 IterationTestPlanItem Execution.getTestPlan()
           
 

Methods in org.squashtest.tm.domain.execution with parameters of type IterationTestPlanItem
 void Execution.notifyAddedTo(IterationTestPlanItem testPlan)
           
 



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