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

Exibir arquivo Open project: sequin/sequin

Public Methods

Method 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 method

public static And ( this text, System.Action body ) : IStepBuilder
text this
body System.Action
return IStepBuilder

Given() public static method

public static Given ( this text, System.Action body ) : IStepBuilder
text this
body System.Action
return IStepBuilder

Then() public static method

public static Then ( this text, System.Action body ) : IStepBuilder
text this
body System.Action
return IStepBuilder

When() public static method

public static When ( this text, System.Action body ) : IStepBuilder
text this
body System.Action
return IStepBuilder