Uses of Class
org.squashtest.csp.tm.domain.testcase.TestCaseLibrary

Packages that use TestCaseLibrary
org.squashtest.csp.tm.domain.project   
org.squashtest.csp.tm.internal.infrastructure.strategy   
org.squashtest.csp.tm.internal.repository   
org.squashtest.csp.tm.internal.service   
org.squashtest.csp.tm.service   
 

Uses of TestCaseLibrary in org.squashtest.csp.tm.domain.project
 

Methods in org.squashtest.csp.tm.domain.project that return TestCaseLibrary
 TestCaseLibrary GenericProject.getTestCaseLibrary()
           
 TestCaseLibrary AdministrableProject.getTestCaseLibrary()
           
 

Methods in org.squashtest.csp.tm.domain.project with parameters of type TestCaseLibrary
 void GenericProject.setTestCaseLibrary(TestCaseLibrary testCaseLibrary)
           
 

Uses of TestCaseLibrary in org.squashtest.csp.tm.internal.infrastructure.strategy
 

Methods in org.squashtest.csp.tm.internal.infrastructure.strategy that return types with arguments of type TestCaseLibrary
 List<TestCaseLibrary> TestCaseLibrarySelectionStrategyImpl.getSpecificLibraries(List<Project> givenProjectList)
           
 

Uses of TestCaseLibrary in org.squashtest.csp.tm.internal.repository
 

Methods in org.squashtest.csp.tm.internal.repository with parameters of type TestCaseLibrary
 void TestCaseLibraryDao.persist(TestCaseLibrary library)
           
 

Uses of TestCaseLibrary in org.squashtest.csp.tm.internal.service
 

Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type TestCaseLibrary
 List<TestCaseLibrary> TestCaseLibrariesCrudServiceImpl.findAllLibraries()
          Deprecated.  
 List<TestCaseLibrary> TestCaseLibraryNavigationServiceImpl.findLinkableTestCaseLibraries()
           
 List<TestCaseLibrary> CampaignTestPlanManagerServiceImpl.findLinkableTestCaseLibraries()
           
 List<TestCaseLibrary> IterationTestPlanManagerServiceImpl.findLinkableTestCaseLibraries()
           
 List<TestCaseLibrary> VerifyingTestCaseManagerServiceImpl.findLinkableTestCaseLibraries()
           
protected  LibraryDao<TestCaseLibrary,TestCaseLibraryNode> TestCaseLibraryNavigationServiceImpl.getLibraryDao()
           
protected  PasteStrategy<TestCaseLibrary,TestCaseLibraryNode> TestCaseLibraryNavigationServiceImpl.getPasteToLibraryStrategy()
           
 

Uses of TestCaseLibrary in org.squashtest.csp.tm.service
 

Methods in org.squashtest.csp.tm.service that return types with arguments of type TestCaseLibrary
 List<TestCaseLibrary> TestCaseLibrariesCrudService.findAllLibraries()
          Deprecated.  
 List<TestCaseLibrary> IterationTestPlanFinder.findLinkableTestCaseLibraries()
          Returns a collection of TestCaseLibrary, the test cases of which may be added to the campaign
 List<TestCaseLibrary> VerifyingTestCaseManagerService.findLinkableTestCaseLibraries()
          Returns the collection of RequirementLibrarys which Requirements can be linked by a TestCase
 List<TestCaseLibrary> TestCaseLibraryFinderService.findLinkableTestCaseLibraries()
          Returns the collection of TestCaseLibrarys which TestCases can be linked by a TestCase via a CallTestStep
 List<TestCaseLibrary> CampaignTestPlanManagerService.findLinkableTestCaseLibraries()
          Returns a collection of TestCaseLibrary, the test cases of which may be added to the campaign
 



Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.