org.squashtest.csp.tm.internal.service
Interface TestCaseCyclicCallChecker

All Known Implementing Classes:
CallStepManagerServiceImpl

public interface TestCaseCyclicCallChecker


Method Summary
 void checkNoCyclicCall(TestCase testCase)
          Used to check if the testPlan call tree is not cyclic This method is used to prevent infinite cycle in case of bugged data.
 

Method Detail

checkNoCyclicCall

void checkNoCyclicCall(TestCase testCase)
                       throws CyclicStepCallException
Used to check if the testPlan call tree is not cyclic This method is used to prevent infinite cycle in case of bugged data. if so : a CyclicStepCallException is thrown.

Throws:
CyclicStepCallException


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.