org.squashtest.csp.tm.domain.testcase
Class CallTestStep

java.lang.Object
  extended by org.squashtest.csp.tm.domain.testcase.TestStep
      extended by org.squashtest.csp.tm.domain.testcase.CallTestStep

@Entity
public class CallTestStep
extends TestStep


Constructor Summary
CallTestStep()
           
 
Method Summary
 void accept(TestStepVisitor visitor)
           
 CallTestStep createCopy()
          Should create a transient copy of this TestStep according to business rules.
 TestCase getCalledTestCase()
           
 List<ExecutionStep> getExecutionStep()
           
 void setCalledTestCase(TestCase calledTestCase)
           
 
Methods inherited from class org.squashtest.csp.tm.domain.testcase.TestStep
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallTestStep

public CallTestStep()
Method Detail

createCopy

public CallTestStep createCopy()
Description copied from class: TestStep
Should create a transient copy of this TestStep according to business rules. Business rules should be described by implementor in a unit test case.

Specified by:
createCopy in class TestStep
Returns:
copy, should never return null.

accept

public void accept(TestStepVisitor visitor)
Specified by:
accept in class TestStep

setCalledTestCase

public void setCalledTestCase(TestCase calledTestCase)

getCalledTestCase

public TestCase getCalledTestCase()

getExecutionStep

public List<ExecutionStep> getExecutionStep()
Specified by:
getExecutionStep in class TestStep


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.