Property | Type | Description | |
---|---|---|---|
testRunner | ITestRunner |
Method | Description | |
---|---|---|
And ( string step ) : void | ||
And ( string step, TechTalk.SpecFlow.Table tableArg ) : void | ||
And ( string step, string multilineTextArg ) : void | ||
And ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void | ||
But ( string step ) : void | ||
But ( string step, TechTalk.SpecFlow.Table tableArg ) : void | ||
But ( string step, string multilineTextArg ) : void | ||
But ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void | ||
Given ( string step ) : void | ||
Given ( string step, TechTalk.SpecFlow.Table tableArg ) : void | ||
Given ( string step, string multilineTextArg ) : void | ||
Given ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void | ||
Then ( string step ) : void | ||
Then ( string step, TechTalk.SpecFlow.Table tableArg ) : void | ||
Then ( string step, string multilineTextArg ) : void | ||
Then ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void | ||
When ( string step ) : void | ||
When ( string step, TechTalk.SpecFlow.Table tableArg ) : void | ||
When ( string step, string multilineTextArg ) : void | ||
When ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void |
Method | Description | |
---|---|---|
Steps ( ) : TechTalk.SpecFlow.Infrastructure | ||
Steps ( ITestRunner testRunner ) : TechTalk.SpecFlow.Infrastructure |
public And ( string step, TechTalk.SpecFlow.Table tableArg ) : void | ||
step | string | |
tableArg | TechTalk.SpecFlow.Table | |
return | void |
public And ( string step, string multilineTextArg ) : void | ||
step | string | |
multilineTextArg | string | |
return | void |
public And ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void | ||
step | string | |
multilineTextArg | string | |
tableArg | TechTalk.SpecFlow.Table | |
return | void |
public But ( string step, TechTalk.SpecFlow.Table tableArg ) : void | ||
step | string | |
tableArg | TechTalk.SpecFlow.Table | |
return | void |
public But ( string step, string multilineTextArg ) : void | ||
step | string | |
multilineTextArg | string | |
return | void |
public But ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void | ||
step | string | |
multilineTextArg | string | |
tableArg | TechTalk.SpecFlow.Table | |
return | void |
public Given ( string step, TechTalk.SpecFlow.Table tableArg ) : void | ||
step | string | |
tableArg | TechTalk.SpecFlow.Table | |
return | void |
public Given ( string step, string multilineTextArg ) : void | ||
step | string | |
multilineTextArg | string | |
return | void |
public Given ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void | ||
step | string | |
multilineTextArg | string | |
tableArg | TechTalk.SpecFlow.Table | |
return | void |
protected Steps ( ) : TechTalk.SpecFlow.Infrastructure | ||
return | TechTalk.SpecFlow.Infrastructure |
protected Steps ( ITestRunner testRunner ) : TechTalk.SpecFlow.Infrastructure | ||
testRunner | ITestRunner | |
return | TechTalk.SpecFlow.Infrastructure |
public Then ( string step, TechTalk.SpecFlow.Table tableArg ) : void | ||
step | string | |
tableArg | TechTalk.SpecFlow.Table | |
return | void |
public Then ( string step, string multilineTextArg ) : void | ||
step | string | |
multilineTextArg | string | |
return | void |
public Then ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void | ||
step | string | |
multilineTextArg | string | |
tableArg | TechTalk.SpecFlow.Table | |
return | void |
public When ( string step, TechTalk.SpecFlow.Table tableArg ) : void | ||
step | string | |
tableArg | TechTalk.SpecFlow.Table | |
return | void |
public When ( string step, string multilineTextArg ) : void | ||
step | string | |
multilineTextArg | string | |
return | void |
public When ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void | ||
step | string | |
multilineTextArg | string | |
tableArg | TechTalk.SpecFlow.Table | |
return | void |