|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
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 signature
destinationTestCaseId - pastedStepsIds -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||