| Interface | Description |
|---|---|
| SharedVariable<T> |
This class is for internal use only, please don't use it in dsl, no test case has been written for that.
|
| WrappedObject<T> |
A interface that identify the object is a wrapper of other object
|
| Class | Description |
|---|---|
| ParametersImpl |
Create a tree like parameters.
|
| SharedDataPlaceHolder | |
| SharedVariableImpl<T> | |
| SimpleScenario |
Scenario 1: Title
Given [context]
And [some more context]...
|
| SimpleStep | |
| SimpleStory |
http://dannorth.net/whats-in-a-story/
Title (one line describing the story)
Narrative:
In Order to [ ]
As a [role]
I want [feature]
So that [benefit]
Acceptance Criteria: (presented as Scenarios)
Scenario 1: Title
Given [context]
And [some more context]...
|
| Exception | Description |
|---|---|
| DslException |
Copyright © 2019. All rights reserved.