public interface TestCaseDao extends CustomTestCaseDao
| Modifier and Type | Method and Description |
|---|---|
long |
countCallingTestSteps(long testCaseId)
Counts the calling test steps of a test case
|
List<Long> |
findAllDistinctTestCasesIdsCalledByTestCase(long testCaseId) |
List<Long> |
findAllDistinctTestCasesIdsCallingTestCase(long testCaseId) |
List<Long> |
findAllTestCaseIdsByLibraries(Collection<Long> libraryIds) |
List<Long> |
findAllTestCasesLibraryForMilestone(Collection<Long> milestoneIds) |
List<Long> |
findAllTestCasesLibraryNodeForMilestone(Collection<Long> milestoneIds) |
org.squashtest.tm.domain.testcase.TestCase |
findByIdWithInitializedSteps(long testCaseId) |
List<Long> |
findNodeIdsHavingMultipleMilestones(Collection<Long> nodeIds) |
List<Long> |
findNonBoundTestCases(Collection<Long> nodeIds,
Long milestoneId) |
countByVerifiedRequirementVersion, findAllByNameContaining, findAllByVerifiedRequirementVersion, findAllCallingTestCases, findAllCallingTestCases, findAllCallingTestSteps, findAllCallingTestSteps, findAllExecutionByTestCase, findAllLinkedToIteration, findAllStepsByIdFiltered, findAllTestCaseIdsByNodeIds, findAllTestCaseImportanceWithImportanceAuto, findAllTestCasesIdsByLibrary, findAllTestCasesIdsCalledByTestCases, findAllTestCasesIdsCallingTestCases, findAndInit, findCalledTestCaseOfCallSteps, findTestCaseByTestStepId, findTestCaseCallsDownstream, findTestCaseCallsUpstream, findTestCasesHavingCaller, findTestCaseToExportFromLibrary, findTestCaseToExportFromNodes, findUnsortedAllByVerifiedRequirementVersion, persistTestCaseAndSteps, safePersistfindAll, findAllByIds, findByIdclearFromCache, clearFromCache, flush, persist, persist, remove, removeAllorg.squashtest.tm.domain.testcase.TestCase findByIdWithInitializedSteps(long testCaseId)
long countCallingTestSteps(long testCaseId)
testCaseId - List<Long> findAllDistinctTestCasesIdsCalledByTestCase(long testCaseId)
List<Long> findAllDistinctTestCasesIdsCallingTestCase(long testCaseId)
List<Long> findAllTestCaseIdsByLibraries(Collection<Long> libraryIds)
List<Long> findNodeIdsHavingMultipleMilestones(Collection<Long> nodeIds)
List<Long> findNonBoundTestCases(Collection<Long> nodeIds, Long milestoneId)
List<Long> findAllTestCasesLibraryForMilestone(Collection<Long> milestoneIds)
List<Long> findAllTestCasesLibraryNodeForMilestone(Collection<Long> milestoneIds)
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.