org.squashtest.tm.service.internal.testcase
@Component public class TestCaseCallTreeFinder extends Object
| Constructor and Description |
|---|
TestCaseCallTreeFinder() |
| Modifier and Type | Method and Description |
|---|---|
Set<Long> |
getTestCaseCallers(Long rootTcId) |
Set<Long> |
getTestCaseCallTree(Long rootTcId)
given the Id of a test case, will compute the subsequent test case call tree.
|
public Set<Long> getTestCaseCallTree(Long rootTcId)
rootTcId. - Null is not legal and unchecked.Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.