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 |
public static And ( this text, System.Action body ) : IStepBuilder | ||
text | this | |
body | System.Action | |
return | IStepBuilder |
public static Given ( this text, System.Action body ) : IStepBuilder | ||
text | this | |
body | System.Action | |
return | IStepBuilder |
public static Then ( this text, System.Action body ) : IStepBuilder | ||
text | this | |
body | System.Action | |
return | IStepBuilder |
public static When ( this text, System.Action body ) : IStepBuilder | ||
text | this | |
body | System.Action | |
return | IStepBuilder |