Table of Contents

Class FlowToGherkinConverter

Namespace
Cress.Gherkin
Assembly
Cress.Gherkin.dll

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

library PhraseLibrary

Methods

Convert(CressFlow)

Convert a parsed CressFlow to a .feature string.

public string Convert(CressFlow flow)

Parameters

flow CressFlow

Returns

string

Convert(NormalizedFlow)

Convert a NormalizedFlow to a .feature string.

public string Convert(NormalizedFlow flow)

Parameters

flow NormalizedFlow

Returns

string