org.squashtest.tm.service.internal.testcase
Class TestCaseCallTreeFinder
java.lang.Object
org.squashtest.tm.service.internal.testcase.TestCaseCallTreeFinder
@Component
public class TestCaseCallTreeFinder
- extends Object
- Author:
- Gregory Fouquet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCaseCallTreeFinder
public TestCaseCallTreeFinder()
getTestCaseCallTree
public Set<Long> getTestCaseCallTree(Long rootTcId)
- given the Id of a test case, will compute the subsequent test case call tree.
- Parameters:
rootTcId. - Null is not legal and unchecked.
- Returns:
- a set containing the ids of the called test cases, that will not include the calling test case id. Not null, possibly empty.
getTestCaseCallers
public Set<Long> getTestCaseCallers(Long rootTcId)
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.