Class StepDefinitionDto
java.lang.Object
com.chutneytesting.engine.api.execution.StepDefinitionDto
Immutable tree-like structure composing a Scenario.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionData used by a matched extension, may be empty.final Stringfinal List<StepDefinitionDto>Sub steps, may be empty.final StringType of the step, should match an extension. -
Constructor Summary
ConstructorsConstructorDescriptionStepDefinitionDto(String name, TargetExecutionDto target, String type, StepDefinitionDto.StepStrategyDefinitionDto strategy, Map<String, Object> inputs, List<StepDefinitionDto> steps, Map<String, Object> outputs, Map<String, Object> validations) -
Method Summary
-
Field Details
-
name
-
type
Type of the step, should match an extension. -
inputs
Data used by a matched extension, may be empty. -
steps
Sub steps, may be empty. -
outputs
-
validations
-
strategy
-
-
Constructor Details
-
StepDefinitionDto
public StepDefinitionDto(String name, TargetExecutionDto target, String type, StepDefinitionDto.StepStrategyDefinitionDto strategy, Map<String, Object> inputs, List<StepDefinitionDto> steps, Map<String, Object> outputs, Map<String, Object> validations)
-
-
Method Details