Enum StepWord
- Namespace
- TinyBDD
- Assembly
- TinyBDD.dll
Identifies the BDD connective used for a step within a phase: primary keyword, And, or But.
public enum StepWord
Fields
And = 1Connective that continues the previous phase:
And.But = 2Connective that continues the previous phase with contrast:
But.Primary = 0The primary keyword for the phase (e.g.,
Given,When,Then).