|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestCaseLibraryFinderService
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
List<org.squashtest.tm.domain.testcase.TestCaseLibrary> findLinkableTestCaseLibraries()
TestCaseLibrarys which TestCases can be linked by a TestCase via
a CallTestStep
String 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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||