public interface CallStepManagerService
| Modifier and Type | Method and Description |
|---|---|
void |
addCallTestStep(long parentTestCaseId,
long calledTestCaseId)
will add a call test step.
|
void |
addCallTestStep(long parentTestCaseId,
long calledTestCaseId,
int index)
will add a call test step, at the required index
|
void |
addCallTestSteps(long parentTestCaseId,
List<Long> calledTestCaseIds)
Will call a bunch of test cases.
|
void |
checkForCyclicStepCallBeforePaste(long destinationTestCaseId,
List<Long> pastedStepsIds)
same as
checkForCyclicStepCallBeforePaste(long, String[]) with a more comfortable signature |
void |
checkForCyclicStepCallBeforePaste(Long destinationTestCaseId,
Long calledTestCaseId) |
void |
checkForCyclicStepCallBeforePaste(long destinationTestCaseId,
String[] pastedStepsIds)
Deprecated.
|
org.squashtest.tm.domain.testcase.TestCase |
findTestCase(long testCaseId) |
void |
setParameterAssignationMode(long callStepId,
org.squashtest.tm.domain.testcase.ParameterAssignationMode mode,
Long datasetId)
Says how the given call step should handle the parameters of the called test case.
|
org.squashtest.tm.domain.testcase.TestCase findTestCase(long testCaseId)
void addCallTestStep(long parentTestCaseId,
long calledTestCaseId)
parentTestCaseId - that calls a stepcalledTestCaseId - being calledvoid addCallTestStep(long parentTestCaseId,
long calledTestCaseId,
int index)
parentTestCaseId - that calls a stepcalledTestCaseId - being calledindex - where call should be insertedvoid addCallTestSteps(long parentTestCaseId,
List<Long> calledTestCaseIds)
parentTestCaseId - calledTestCaseIds - void setParameterAssignationMode(long callStepId,
org.squashtest.tm.domain.testcase.ParameterAssignationMode mode,
Long datasetId)
callStepId - mode - datasetId, - may be null if we choose mode.NOTHING, and must not be null if mode.CALLED_DATASET@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–2017 Henix, henix.fr. All rights reserved.