C# Class Sequin.Owin.Integration.Extensions.StepMethods

Afficher le fichier Open project: sequin/sequin

Méthodes publiques

Méthode Description
And ( this text, System.Action body ) : IStepBuilder
Given ( this text, System.Action body ) : IStepBuilder
Then ( this text, System.Action body ) : IStepBuilder
When ( this text, System.Action body ) : IStepBuilder

Method Details

And() public static méthode

public static And ( this text, System.Action body ) : IStepBuilder
text this
body System.Action
Résultat IStepBuilder

Given() public static méthode

public static Given ( this text, System.Action body ) : IStepBuilder
text this
body System.Action
Résultat IStepBuilder

Then() public static méthode

public static Then ( this text, System.Action body ) : IStepBuilder
text this
body System.Action
Résultat IStepBuilder

When() public static méthode

public static When ( this text, System.Action body ) : IStepBuilder
text this
body System.Action
Résultat IStepBuilder