TechTalk.SpecFlow.Steps.Given C# (CSharp) Метод

Given() публичный Метод

public Given ( string step ) : void
step string
Результат 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