org.squashtest.tm.service.testcase
@Transactional(readOnly=true) public interface ParameterFinder
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.testcase.Parameter> |
findAllforTestCase(long testCaseId)
Will find all parameters for the test case along with all parameters found for the call steps.
|
org.squashtest.tm.domain.testcase.Parameter |
findById(long parameterId)
Simply find the parameter matching the given id
|
boolean |
isUsed(long parameterId)
Returns true if the parameter is used in one of it's test case action steps
|
List<org.squashtest.tm.domain.testcase.Parameter> findAllforTestCase(long testCaseId)
testCaseId - org.squashtest.tm.domain.testcase.Parameter findById(long parameterId)
parameterId - : the id of the Parameter to findParameter matching the id or nullboolean isUsed(long parameterId)
parameterId - : the id of the concerned parametertrue if the parameter is used in one of it's test case action step.Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.