public interface TestSuiteFinder
| Modifier and Type | Method and Description |
|---|---|
Collection<org.squashtest.tm.domain.milestone.Milestone> |
findAllMilestones(long suiteId) |
org.squashtest.tm.domain.campaign.TestSuite |
findById(long suiteId)
That method will find the test Suite by its ID
|
@Transactional(readOnly=true) org.squashtest.tm.domain.campaign.TestSuite findById(long suiteId)
suiteId - @Transactional(readOnly=true) Collection<org.squashtest.tm.domain.milestone.Milestone> findAllMilestones(long suiteId)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.