org.squashtest.tm.service.testcase
Interface CallStepManagerService

All Known Implementing Classes:
CallStepManagerServiceImpl

public interface CallStepManagerService


Method Summary
 void addCallTestStep(long parentTestCaseId, long calledTestCaseId)
          will add a call test step.
 void checkForCyclicStepCallBeforePaste(long destinationTestCaseId, List<Long> pastedStepsIds)
          same as checkForCyclicStepCallBeforePaste(long, String[]) with a more comfortable signature
 void checkForCyclicStepCallBeforePaste(long destinationTestCaseId, String[] pastedStepsIds)
          Deprecated. 
 org.squashtest.tm.domain.testcase.TestCase findTestCase(long testCaseId)
           
 

Method Detail

findTestCase

org.squashtest.tm.domain.testcase.TestCase findTestCase(long testCaseId)

addCallTestStep

void addCallTestStep(long parentTestCaseId,
                     long calledTestCaseId)
will add a call test step.

Parameters:
parentTestCaseId - that calls a step
calledTestCaseId - being called

checkForCyclicStepCallBeforePaste

@Deprecated
void checkForCyclicStepCallBeforePaste(long destinationTestCaseId,
                                                  String[] pastedStepsIds)
Deprecated. 

Used to check if the destination test case id is found in the calling tree of the pasted steps if so : a CyclicStepCallException is thrown.

Parameters:
testCaseId -
copiedStepId -

checkForCyclicStepCallBeforePaste

void checkForCyclicStepCallBeforePaste(long destinationTestCaseId,
                                       List<Long> pastedStepsIds)
same as checkForCyclicStepCallBeforePaste(long, String[]) with a more comfortable signature

Parameters:
destinationTestCaseId -
pastedStepsIds -


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