C# Class TechTalk.SpecFlow.Steps

Afficher le fichier Open project: aqueduct/SpecflowWithNunitRunner

Protected Properties

Свойство Type Description
testRunner ITestRunner

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Steps ( ) : TechTalk.SpecFlow.Infrastructure
Steps ( ITestRunner testRunner ) : TechTalk.SpecFlow.Infrastructure

Method Details

And() public méthode

public And ( string step ) : void
step string
Résultat void

And() public méthode

public And ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
Résultat void

And() public méthode

public And ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
Résultat void

And() public méthode

public And ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void
step string
multilineTextArg string
tableArg TechTalk.SpecFlow.Table
Résultat void

But() public méthode

public But ( string step ) : void
step string
Résultat void

But() public méthode

public But ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
Résultat void

But() public méthode

public But ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
Résultat void

But() public méthode

public But ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void
step string
multilineTextArg string
tableArg TechTalk.SpecFlow.Table
Résultat void

Given() public méthode

public Given ( string step ) : void
step string
Résultat void

Given() public méthode

public Given ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
Résultat void

Given() public méthode

public Given ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
Résultat void

Given() public méthode

public Given ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void
step string
multilineTextArg string
tableArg TechTalk.SpecFlow.Table
Résultat void

Steps() protected méthode

protected Steps ( ) : TechTalk.SpecFlow.Infrastructure
Résultat TechTalk.SpecFlow.Infrastructure

Steps() protected méthode

protected Steps ( ITestRunner testRunner ) : TechTalk.SpecFlow.Infrastructure
testRunner ITestRunner
Résultat TechTalk.SpecFlow.Infrastructure

Then() public méthode

public Then ( string step ) : void
step string
Résultat void

Then() public méthode

public Then ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
Résultat void

Then() public méthode

public Then ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
Résultat void

Then() public méthode

public Then ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void
step string
multilineTextArg string
tableArg TechTalk.SpecFlow.Table
Résultat void

When() public méthode

public When ( string step ) : void
step string
Résultat void

When() public méthode

public When ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
Résultat void

When() public méthode

public When ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
Résultat void

When() public méthode

public When ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void
step string
multilineTextArg string
tableArg TechTalk.SpecFlow.Table
Résultat void

Property Details

testRunner protected_oe property

protected ITestRunner testRunner
Résultat ITestRunner