C# Class TechTalk.SpecFlow.Steps

Show file Open project: aqueduct/SpecflowWithNunitRunner

Protected Properties

Property Type Description
testRunner ITestRunner

Public Methods

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

Protected Methods

Method Description
Steps ( ) : TechTalk.SpecFlow.Infrastructure
Steps ( ITestRunner testRunner ) : TechTalk.SpecFlow.Infrastructure

Method Details

And() public method

public And ( string step ) : void
step string
return void

And() public method

public And ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
return void

And() public method

public And ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
return void

And() public method

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

But() public method

public But ( string step ) : void
step string
return void

But() public method

public But ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
return void

But() public method

public But ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
return void

But() public method

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

Given() public method

public Given ( string step ) : void
step string
return void

Given() public method

public Given ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
return void

Given() public method

public Given ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
return void

Given() public method

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

Steps() protected method

protected Steps ( ) : TechTalk.SpecFlow.Infrastructure
return TechTalk.SpecFlow.Infrastructure

Steps() protected method

protected Steps ( ITestRunner testRunner ) : TechTalk.SpecFlow.Infrastructure
testRunner ITestRunner
return TechTalk.SpecFlow.Infrastructure

Then() public method

public Then ( string step ) : void
step string
return void

Then() public method

public Then ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
return void

Then() public method

public Then ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
return void

Then() public method

public Then ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void
step string
multilineTextArg string
tableArg TechTalk.SpecFlow.Table
return void

When() public method

public When ( string step ) : void
step string
return void

When() public method

public When ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
return void

When() public method

public When ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
return void

When() public method

public When ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void
step string
multilineTextArg string
tableArg TechTalk.SpecFlow.Table
return void

Property Details

testRunner protected property

protected ITestRunner testRunner
return ITestRunner