org.squashtest.tm.service.testcase
public interface TestCaseLibraryFinderService
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.testcase.TestCaseLibrary> |
findLinkableTestCaseLibraries()
Returns the collection of
TestCaseLibrarys which TestCases can be linked by a TestCase via
a CallTestStep |
Collection<Long> |
findTestCaseIdsFromSelection(Collection<Long> libraryIds,
Collection<Long> nodeIds)
Passing the ids of some selected TestCaseLibrary and TestCaseLibraryNodes (in separate collections),
will return the ids of the TestCases encompassed by this selection.
|
String |
getPathAsString(long entityId)
Returns the path of a TestCaseLibraryNode given its id.
|
TestCaseStatisticsBundle |
getStatisticsForSelection(Collection<Long> libraryIds,
Collection<Long> nodeIds)
Passing the ids of some selected TestCaseLibrary and TestCaseLibraryNodes (in separate collections),
will return the statistics covering all the TestCases encompassed by this selection.
|
List<org.squashtest.tm.domain.testcase.TestCaseLibrary> findLinkableTestCaseLibraries()
TestCaseLibrarys which TestCases can be linked by a TestCase via
a CallTestStepString getPathAsString(long entityId)
entityId - the id of the node.TestCaseStatisticsBundle getStatisticsForSelection(Collection<Long> libraryIds, Collection<Long> nodeIds)
libraryIds - nodeIds - Collection<Long> findTestCaseIdsFromSelection(Collection<Long> libraryIds, Collection<Long> nodeIds)
libraryIds - nodeIds - Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.