org.squashtest.tm.domain.testcase
@Entity public class CallTestStep extends TestStep
| Constructor and Description |
|---|
CallTestStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TestStepVisitor visitor) |
CallTestStep |
createCopy()
Should create a transient copy of this
TestStep according to business rules. |
List<ExecutionStep> |
createExecutionSteps(Dataset dataset) |
TestCase |
getCalledTestCase() |
void |
setCalledTestCase(TestCase calledTestCase) |
getId, getIndex, getLibrary, getTestCase, setTestCasepublic CallTestStep createCopy()
TestStepTestStep according to business rules. Business rules should be
described by implementor in a unit test case.createCopy in class TestStepnull.public void accept(TestStepVisitor visitor)
public void setCalledTestCase(TestCase calledTestCase)
public TestCase getCalledTestCase()
public List<ExecutionStep> createExecutionSteps(Dataset dataset)
createExecutionSteps in class TestStepCopyright © 2010-2014 Henix, henix.fr. All Rights Reserved.