C# 클래스 Sequin.Owin.Integration.Extensions.StepMethods

파일 보기 프로젝트 열기: sequin/sequin

공개 메소드들

메소드 설명
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

메소드 상세

And() 공개 정적인 메소드

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

Given() 공개 정적인 메소드

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

Then() 공개 정적인 메소드

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

When() 공개 정적인 메소드

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