| Package | Description |
|---|---|
| org.squashtest.tm.domain.execution | |
| org.squashtest.tm.domain.testcase |
| Modifier and Type | Method and Description |
|---|---|
TestStep |
ExecutionStep.getReferencedTestStep() |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionTestStep |
class |
CallTestStep |
| Modifier and Type | Method and Description |
|---|---|
abstract TestStep |
TestStep.createCopy()
Should create a transient copy of this
TestStep according to business rules. |
| Modifier and Type | Method and Description |
|---|---|
List<TestStep> |
TestCase.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCase.addStep(int index,
TestStep step) |
void |
TestCase.addStep(TestStep step) |
boolean |
TestCase.hasStep(TestStep step)
Returns true if a step of the same id is found in this.steps.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionTestStep> |
ActionStepCollector.collect(List<TestStep> steps) |
void |
TestCase.moveSteps(int newIndex,
List<TestStep> movedSteps)
Will move a list of steps to a new position.
|
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.