CucumberStep

Constructors

this
this(CucumberStepFunction func, string reg, int id, string source)
this
this(CucumberStepFunctionWithDocString func, string reg, int id, string source)
this
this(CucumberStepFunctionWithDataTable func, string reg, int id, string source)
this
this(T func, Regex!char reg, int id, string source)

Members

Variables

func
CucumberStepFunction func;
funcWithDataTable
CucumberStepFunctionWithDataTable funcWithDataTable;
funcWithDocString
CucumberStepFunctionWithDocString funcWithDocString;
id
int id;

automatically generated id

regex
Regex!char regex;
regexString
string regexString;
source
string source;

Meta