org.squashtest.tm.service.internal.repository
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) |
org.squashtest.tm.domain.testcase.TestCase |
findByIdWithInitializedSteps(long testCaseId) |
countByVerifiedRequirementVersion, findAllByNameContaining, findAllByRequirement, findAllByVerifiedRequirementVersion, findAllCallingTestCases, findAllCallingTestCases, findAllCallingTestSteps, findAllCallingTestSteps, findAllExecutionByTestCase, findAllLinkedToIteration, findAllStepsByIdFiltered, findAllTestCaseIdsByNodeIds, findAllTestCaseImportanceWithImportanceAuto, findAllTestCasesIdsByLibrary, findAllTestCasesIdsCalledByTestCases, findAllTestCasesIdsCallingTestCases, findAndInit, findBySearchCriteria, 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)
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.