TechTalk.SpecFlow.Steps.Then C# (CSharp) Method

Then() public method

public Then ( string step ) : void
step string
return void
        public void Then(string step)
        {
            Then(step, null, null);
        }

Same methods

Steps::Then ( string step, TechTalk.SpecFlow.Table tableArg ) : void
Steps::Then ( string step, string multilineTextArg ) : void
Steps::Then ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void