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

And() public method

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

Same methods

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