org.squashtest.tm.service.testcase
public interface CallStepManagerService
| Modifier and Type | Method and Description |
|---|---|
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) |
org.squashtest.tm.domain.testcase.TestCase findTestCase(long testCaseId)
void addCallTestStep(long parentTestCaseId,
long calledTestCaseId)
parentTestCaseId - that calls a stepcalledTestCaseId - being called@Deprecated void checkForCyclicStepCallBeforePaste(long destinationTestCaseId, String[] pastedStepsIds)
testCaseId - copiedStepId - void checkForCyclicStepCallBeforePaste(long destinationTestCaseId,
List<Long> pastedStepsIds)
checkForCyclicStepCallBeforePaste(long, String[]) with a more comfortable signaturedestinationTestCaseId - pastedStepsIds - Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.