| Package | Description |
|---|---|
| org.squashtest.tm.domain.execution | |
| org.squashtest.tm.domain.testcase |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<ExecutionStep,QExecutionStep> |
QExecution.steps |
| Modifier and Type | Method and Description |
|---|---|
ExecutionStep |
Execution.findFirstRunnableStep() |
ExecutionStep |
Execution.findFirstUnexecutedStep()
return the first step with a running or a ready state.
|
ExecutionStep |
Execution.getLastStep() |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionStep> |
Execution.getSteps() |
| Constructor and Description |
|---|
QExecutionStep(Class<? extends ExecutionStep> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QExecutionStep(com.querydsl.core.types.Path<? extends ExecutionStep> path) |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionStep> |
CallTestStep.createExecutionSteps(Dataset dataset) |
abstract List<ExecutionStep> |
TestStep.createExecutionSteps(Dataset dataset) |
List<ExecutionStep> |
ActionTestStep.createExecutionSteps(Dataset dataset) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.