public interface CustomTestCaseFinder
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<org.squashtest.tm.domain.testcase.CallTestStep> |
findAllCallingTestSteps(long testCaseId) |
Collection<org.squashtest.tm.domain.milestone.Milestone> |
findAllMilestones(long testCaseId)
returns direct milestone membership, plus indirect milestones due to verified requirements
|
Set<Long> |
findCallingTCids(long updatedId,
Collection<Long> callingCandidates)
willgo through the list of test-case to update and retain the ones that are calling the updated test case.
|
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)
Deprecated.
use
findCallingTestSteps(long, PagingAndSorting) instead |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.testcase.CallTestStep>> |
findCallingTestSteps(long testCaseId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting) |
Map<Long,org.squashtest.tm.domain.testcase.TestCaseImportance> |
findImpTCWithImpAuto(Collection<Long> testCaseIds)
Will find the ids and importance of the given test cases with importanceAuto = true
|
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) |
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)
@Deprecated 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)
findCallingTestSteps(long, PagingAndSorting) insteadtestCaseId - the Id of the called test case.sorting - the sorting parameters.org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.testcase.CallTestStep>> findCallingTestSteps(long testCaseId, org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting)
List<org.squashtest.tm.domain.testcase.CallTestStep> findAllCallingTestSteps(long testCaseId)
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)
Map<Long,org.squashtest.tm.domain.testcase.TestCaseImportance> findImpTCWithImpAuto(Collection<Long> testCaseIds)
testCaseIds - : the id of the testCasesTestCaseImportanceSet<Long> findCallingTCids(long updatedId, Collection<Long> callingCandidates)
updatedId - : the id of the test case we want the calling test cases ofcallingCandidates - : the ids of potential calling test cases we are interested inCollection<org.squashtest.tm.domain.milestone.Milestone> findAllMilestones(long testCaseId)
testCaseId - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.