org.squashtest.csp.tm.domain.testcase
Class CallTestStep
java.lang.Object
org.squashtest.csp.tm.domain.testcase.TestStep
org.squashtest.csp.tm.domain.testcase.CallTestStep
@Entity
public class CallTestStep
- extends TestStep
| 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 |
CallTestStep
public CallTestStep()
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.