@Entity public abstract class TestStep extends Object implements Identified
| Constructor and Description |
|---|
TestStep() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(TestStepVisitor visitor) |
abstract TestStep |
createCopy()
Should create a transient copy of this
TestStep according to business rules. |
abstract List<ExecutionStep> |
createExecutionSteps(Dataset dataset) |
Long |
getId() |
int |
getIndex() |
TestCaseLibrary |
getLibrary() |
TestCase |
getTestCase() |
void |
setTestCase(TestCase testCase) |
public Long getId()
getId in interface Identifiedpublic void setTestCase(@NotNull
TestCase testCase)
public TestCase getTestCase()
public TestCaseLibrary getLibrary()
public int getIndex()
TestCase.getPositionOfStep(long) or -1 if testCase is null{@link - UnknownElementException}TestCase#getPositionOfStep(long)}public abstract TestStep createCopy()
TestStep according to business rules. Business rules should be
described by implementor in a unit test case.null.public abstract void accept(TestStepVisitor visitor)
public abstract List<ExecutionStep> createExecutionSteps(Dataset dataset)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.