| 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 | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<TestStep,QTestStep> |
QTestCase.steps |
| 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.
|
| Constructor and Description |
|---|
QTestStep(Class<? extends TestStep> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QTestStep(com.querydsl.core.types.Path<? extends TestStep> path) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.