Class FlowToGherkinConverter
Converts an in-memory CressFlow (or NormalizedFlow)
to a Gherkin .feature string.
public sealed class FlowToGherkinConverter
- Inheritance
-
FlowToGherkinConverter
- Inherited Members
Constructors
FlowToGherkinConverter(PhraseLibrary)
public FlowToGherkinConverter(PhraseLibrary library)
Parameters
libraryPhraseLibrary
Methods
Convert(CressFlow)
Convert a parsed CressFlow to a .feature string.
public string Convert(CressFlow flow)
Parameters
flowCressFlow
Returns
Convert(NormalizedFlow)
Convert a NormalizedFlow to a .feature string.
public string Convert(NormalizedFlow flow)
Parameters
flowNormalizedFlow