@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) |
Dataset |
getCalledDataset() |
TestCase |
getCalledTestCase() |
ParameterAssignationMode |
getParameterAssignationMode() |
boolean |
isDelegateParameterValues() |
void |
setCalledDataset(Dataset calledDataset) |
void |
setCalledTestCase(TestCase calledTestCase) |
void |
setDelegateParameterValues(boolean delegateParameterValues) |
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 Dataset getCalledDataset()
public void setCalledDataset(Dataset calledDataset)
public boolean isDelegateParameterValues()
public void setDelegateParameterValues(boolean delegateParameterValues)
public ParameterAssignationMode getParameterAssignationMode()
public List<ExecutionStep> createExecutionSteps(Dataset dataset)
createExecutionSteps in class TestStepCopyright © 2010–2016 Henix, henix.fr. All rights reserved.