org.squashtest.tm.domain.testcase
Class ActionStepCollector

java.lang.Object
  extended by org.squashtest.tm.domain.testcase.ActionStepCollector
All Implemented Interfaces:
TestStepVisitor

public final class ActionStepCollector
extends Object
implements TestStepVisitor


Constructor Summary
ActionStepCollector()
           
 
Method Summary
 List<ActionTestStep> collect(List<TestStep> steps)
           
 void visit(ActionTestStep visited)
           
 void visit(CallTestStep visited)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionStepCollector

public ActionStepCollector()
Method Detail

collect

public List<ActionTestStep> collect(List<TestStep> steps)

visit

public void visit(ActionTestStep visited)
Specified by:
visit in interface TestStepVisitor

visit

public void visit(CallTestStep visited)
Specified by:
visit in interface TestStepVisitor


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