| Package | Description |
|---|---|
| org.squashtest.tm.domain.execution | |
| org.squashtest.tm.domain.testcase |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionStep.visit(ActionTestStep visited) |
| Constructor and Description |
|---|
ExecutionStep(ActionTestStep testStep) |
ExecutionStep(ActionTestStep testStep,
Dataset dataset) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<ActionTestStep,QActionTestStep> |
QRequirementVersionCoverage.verifyingSteps |
| Modifier and Type | Method and Description |
|---|---|
static ActionTestStep |
ActionTestStep.createBlankActionStep() |
ActionTestStep |
ActionTestStep.createCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionTestStep> |
ActionStepCollector.collect(List<TestStep> steps) |
List<ActionTestStep> |
TestCase.getActionSteps() |
Set<ActionTestStep> |
RequirementVersionCoverage.getVerifyingSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestStepVisitor.visit(ActionTestStep visited) |
void |
ParameterNameInStepUpdater.visit(ActionTestStep visited) |
void |
ExportTestCaseData.visit(ActionTestStep visited) |
void |
ActionStepCollector.visit(ActionTestStep visited) |
String |
TestStepReader.visit(ActionTestStep visited) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequirementVersionCoverage.addAllVerifyingSteps(Collection<ActionTestStep> steps)
Checks that all steps belong to this RequirementVersionCoverage.verifyingTestCase and add them to
this RequirementVersionCoverage.verifyingSteps.
|
| Constructor and Description |
|---|
QActionTestStep(Class<? extends ActionTestStep> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QActionTestStep(com.querydsl.core.types.Path<? extends ActionTestStep> path) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.