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

Given() public method

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

Same methods

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