org.squashtest.tm.service.internal.testcase
Class TestCaseCallTreeFinder

java.lang.Object
  extended by org.squashtest.tm.service.internal.testcase.TestCaseCallTreeFinder

@Component
public class TestCaseCallTreeFinder
extends Object

Author:
Gregory Fouquet

Constructor Summary
TestCaseCallTreeFinder()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseCallTreeFinder

public TestCaseCallTreeFinder()
Method Detail

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.