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

When() public method

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

Same methods

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