C# 클래스 xUnit.GWT.Story

파일 보기 프로젝트 열기: BenHall/xUnit.GWT

보호된 프로퍼티들

프로퍼티 타입 설명
Pending System.Action

공개 메소드들

메소드 설명
Given ( string message ) : void
Given ( string message, System.Action givenAction ) : void
SetGiven ( string message, System.Action givenAction ) : void
SetThen ( string message, System.Action givenAction ) : void
SetWhen ( string message, System.Action givenAction ) : void
Story ( ) : System
Then ( string message ) : void
Then ( string message, System.Action givenAction ) : void
ToTestCommands ( string story, MethodInfo method ) : IEnumerable
When ( string message ) : void
When ( string message, System.Action givenAction ) : void

비공개 메소드들

메소드 설명
GetTestPart ( List list, string message ) : TestPart

메소드 상세

Given() 공개 메소드

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

Given() 공개 정적인 메소드

public static Given ( string message, System.Action givenAction ) : void
message string
givenAction System.Action
리턴 void

SetGiven() 공개 정적인 메소드

public static SetGiven ( string message, System.Action givenAction ) : void
message string
givenAction System.Action
리턴 void

SetThen() 공개 정적인 메소드

public static SetThen ( string message, System.Action givenAction ) : void
message string
givenAction System.Action
리턴 void

SetWhen() 공개 정적인 메소드

public static SetWhen ( string message, System.Action givenAction ) : void
message string
givenAction System.Action
리턴 void

Story() 공개 메소드

public Story ( ) : System
리턴 System

Then() 공개 메소드

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

Then() 공개 정적인 메소드

public static Then ( string message, System.Action givenAction ) : void
message string
givenAction System.Action
리턴 void

ToTestCommands() 공개 정적인 메소드

public static ToTestCommands ( string story, MethodInfo method ) : IEnumerable
story string
method System.Reflection.MethodInfo
리턴 IEnumerable

When() 공개 메소드

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

When() 공개 정적인 메소드

public static When ( string message, System.Action givenAction ) : void
message string
givenAction System.Action
리턴 void

프로퍼티 상세

Pending 보호되어 있는 프로퍼티

protected Action,System Pending
리턴 System.Action