org.squashtest.csp.tm.service
Interface TestSuiteFinder

All Known Subinterfaces:
CustomTestSuiteModificationService, TestSuiteModificationService
All Known Implementing Classes:
CustomTestSuiteModificationServiceImpl

public interface TestSuiteFinder


Method Summary
 TestSuite findById(long suiteId)
          That method will find the test Suite by its ID
 

Method Detail

findById

@Transactional(readOnly=true)
TestSuite findById(long suiteId)
That method will find the test Suite by its ID

Parameters:
suiteId -


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