C# 클래스 Bickle.Spec

상속: ISpec
파일 보기 프로젝트 열기: davidmfoley/bickle 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ITestResultListener listener ) : void
Find ( string id ) : IExampleNode
IsIgnored ( ) : bool
Pending ( ) : void

보호된 메소드들

메소드 설명
After ( System.Action spec ) : void
Before ( System.Action spec ) : void
Describe ( string area, System.Action spec ) : void
Expect ( Expression spec ) : void
Ignore ( System.Action spec ) : void
Ignore ( string area, System.Action spec ) : void
It ( string area, System.Action spec ) : void
It ( string area, Expression spec ) : void
Specify ( Expression spec ) : void

비공개 메소드들

메소드 설명
AddIt ( Example example ) : void
CurrentDescribe ( ) : ExampleContainer
CurrentDescribeExists ( ) : bool
RunDescribe ( System.Action spec, ExampleContainer exampleContainer ) : void
Wrap ( Expression spec ) : System.Action

메소드 상세

After() 보호된 메소드

protected After ( System.Action spec ) : void
spec System.Action
리턴 void

Before() 보호된 메소드

protected Before ( System.Action spec ) : void
spec System.Action
리턴 void

Describe() 보호된 메소드

protected Describe ( string area, System.Action spec ) : void
area string
spec System.Action
리턴 void

Execute() 공개 메소드

public Execute ( ITestResultListener listener ) : void
listener ITestResultListener
리턴 void

Expect() 보호된 메소드

protected Expect ( Expression spec ) : void
spec Expression
리턴 void

Find() 공개 메소드

public Find ( string id ) : IExampleNode
id string
리턴 IExampleNode

Ignore() 보호된 메소드

protected Ignore ( System.Action spec ) : void
spec System.Action
리턴 void

Ignore() 보호된 메소드

protected Ignore ( string area, System.Action spec ) : void
area string
spec System.Action
리턴 void

IsIgnored() 공개 메소드

public IsIgnored ( ) : bool
리턴 bool

It() 보호된 메소드

protected It ( string area, System.Action spec ) : void
area string
spec System.Action
리턴 void

It() 보호된 메소드

protected It ( string area, Expression spec ) : void
area string
spec Expression
리턴 void

Pending() 공개 정적인 메소드

public static Pending ( ) : void
리턴 void

Specify() 보호된 메소드

protected Specify ( Expression spec ) : void
spec Expression
리턴 void