C# 클래스 TechTalk.SpecFlow.Steps

파일 보기 프로젝트 열기: aqueduct/SpecflowWithNunitRunner

보호된 프로퍼티들

프로퍼티 타입 설명
testRunner ITestRunner

공개 메소드들

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

보호된 메소드들

메소드 설명
Steps ( ) : TechTalk.SpecFlow.Infrastructure
Steps ( ITestRunner testRunner ) : TechTalk.SpecFlow.Infrastructure

메소드 상세

And() 공개 메소드

public And ( string step ) : void
step string
리턴 void

And() 공개 메소드

public And ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
리턴 void

And() 공개 메소드

public And ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
리턴 void

And() 공개 메소드

public And ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void
step string
multilineTextArg string
tableArg TechTalk.SpecFlow.Table
리턴 void

But() 공개 메소드

public But ( string step ) : void
step string
리턴 void

But() 공개 메소드

public But ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
리턴 void

But() 공개 메소드

public But ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
리턴 void

But() 공개 메소드

public But ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void
step string
multilineTextArg string
tableArg TechTalk.SpecFlow.Table
리턴 void

Given() 공개 메소드

public Given ( string step ) : void
step string
리턴 void

Given() 공개 메소드

public Given ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
리턴 void

Given() 공개 메소드

public Given ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
리턴 void

Given() 공개 메소드

public Given ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void
step string
multilineTextArg string
tableArg TechTalk.SpecFlow.Table
리턴 void

Steps() 보호된 메소드

protected Steps ( ) : TechTalk.SpecFlow.Infrastructure
리턴 TechTalk.SpecFlow.Infrastructure

Steps() 보호된 메소드

protected Steps ( ITestRunner testRunner ) : TechTalk.SpecFlow.Infrastructure
testRunner ITestRunner
리턴 TechTalk.SpecFlow.Infrastructure

Then() 공개 메소드

public Then ( string step ) : void
step string
리턴 void

Then() 공개 메소드

public Then ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
리턴 void

Then() 공개 메소드

public Then ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
리턴 void

Then() 공개 메소드

public Then ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void
step string
multilineTextArg string
tableArg TechTalk.SpecFlow.Table
리턴 void

When() 공개 메소드

public When ( string step ) : void
step string
리턴 void

When() 공개 메소드

public When ( string step, TechTalk.SpecFlow.Table tableArg ) : void
step string
tableArg TechTalk.SpecFlow.Table
리턴 void

When() 공개 메소드

public When ( string step, string multilineTextArg ) : void
step string
multilineTextArg string
리턴 void

When() 공개 메소드

public When ( string step, string multilineTextArg, TechTalk.SpecFlow.Table tableArg ) : void
step string
multilineTextArg string
tableArg TechTalk.SpecFlow.Table
리턴 void

프로퍼티 상세

testRunner 보호되어 있는 프로퍼티

protected ITestRunner testRunner
리턴 ITestRunner