|
||||||||||
| 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 |
checkForCyclicStepCallBeforeExecutionCreation(Long testPlanId)
Used to check if the testPlan call tree is not cyclic before creating it's execution This method is used to prevent infinite cycle in case of bugged data. |
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. |
List<TestCaseLibrary> |
findLinkableTestCaseLibraries()
Returns the collection of TestCaseLibrarys which TestCases can be linked by a TestCase via
a CallTestStep |
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)
List<TestCaseLibrary> findLinkableTestCaseLibraries()
TestCaseLibrarys which TestCases can be linked by a TestCase via
a CallTestStep
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 - void checkForCyclicStepCallBeforeExecutionCreation(Long testPlanId)
testPlanId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||