org.squashtest.tm.service.testcase
Interface TestCaseCyclicCallChecker

All Known Implementing Classes:
CallStepManagerServiceImpl

public interface TestCaseCyclicCallChecker


Method Summary
 void checkNoCyclicCall(org.squashtest.tm.domain.testcase.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(org.squashtest.tm.domain.testcase.TestCase testCase)
                       throws org.squashtest.tm.exception.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:
org.squashtest.tm.exception.CyclicStepCallException


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