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

But() public method

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

Same methods

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