|
||||||||||
| 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,
String[] pastedStepsIds)
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. |
List<TestCase> |
findCallingTestCases(long testCaseId,
CollectionSorting sorting)
That method returns the list of test cases having at least one CallTestStep directly calling the test case identified by testCaseId. |
TestCase |
findTestCase(long testCaseId)
|
Set<Long> |
getTestCaseCallTree(Long rootTcId)
given the Id of a test case, will compute the subsequent test case call tree. |
| Method Detail |
|---|
TestCase findTestCase(long testCaseId)
void addCallTestStep(long parentTestCaseId,
long calledTestCaseId)
parentTestCaseId - that calls a stepcalledTestCaseId - being calledSet<Long> getTestCaseCallTree(Long rootTcId)
rootTcId. - Null is not legal and unchecked.
List<TestCase> findCallingTestCases(long testCaseId,
CollectionSorting sorting)
testCaseId - the Id of the called test case.sorting - the sorting parameters.
void checkForCyclicStepCallBeforePaste(long destinationTestCaseId,
String[] pastedStepsIds)
testCaseId - copiedStepId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||