|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomTestCaseFinder
| Method Summary | |
|---|---|
List<org.squashtest.tm.domain.testcase.TestCase> |
findAllByAncestorIds(Collection<Long> ancestorIds)
Fetches all the test cases which have at least one ancestor from the given list. |
List<org.squashtest.tm.domain.testcase.TestCase> |
findAllCallingTestCases(long calleeId)
Fetches all the test cases calling the one matching the given id param. |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.testcase.TestCase>> |
findCallingTestCases(long testCaseId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting)
That method returns the list of test cases having at least one CallTestStep directly calling the test case identified by testCaseId. |
List<org.squashtest.tm.domain.testcase.TestStep> |
findStepsByTestCaseId(long testCaseId)
|
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.testcase.TestStep>> |
findStepsByTestCaseIdFiltered(long testCaseId,
org.squashtest.tm.core.foundation.collection.Paging filter)
|
org.squashtest.tm.domain.testcase.TestCase |
findTestCaseFromStep(long testStepId)
|
org.squashtest.tm.domain.testcase.TestCase |
findTestCaseWithSteps(long testCaseId)
|
| Method Detail |
|---|
org.squashtest.tm.domain.testcase.TestCase findTestCaseWithSteps(long testCaseId)
List<org.squashtest.tm.domain.testcase.TestStep> findStepsByTestCaseId(long testCaseId)
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.testcase.TestStep>> findStepsByTestCaseIdFiltered(long testCaseId,
org.squashtest.tm.core.foundation.collection.Paging filter)
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.testcase.TestCase>> findCallingTestCases(long testCaseId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting)
testCaseId - the Id of the called test case.sorting - the sorting parameters.
List<org.squashtest.tm.domain.testcase.TestCase> findAllByAncestorIds(@NotNull
Collection<Long> ancestorIds)
ancestorIds -
List<org.squashtest.tm.domain.testcase.TestCase> findAllCallingTestCases(long calleeId)
calleeId -
org.squashtest.tm.domain.testcase.TestCase findTestCaseFromStep(long testStepId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||