C# 클래스 Bickle.Example

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

공개 프로퍼티들

프로퍼티 타입 설명
Spec Spec

공개 메소드들

메소드 설명
Action ( ) : void
Example ( string name, System.Action action, ExampleContainer parent, Spec spec ) : System
Example ( string name, Expression spec, ExampleContainer parent, Spec containingSpec ) : System
Execute ( ITestResultListener listener ) : void
IsIgnored ( ) : bool

비공개 메소드들

메소드 설명
BuildAction ( Expression spec ) : System.Action

메소드 상세

Action() 공개 메소드

public Action ( ) : void
리턴 void

Example() 공개 메소드

public Example ( string name, System.Action action, ExampleContainer parent, Spec spec ) : System
name string
action System.Action
parent ExampleContainer
spec Spec
리턴 System

Example() 공개 메소드

public Example ( string name, Expression spec, ExampleContainer parent, Spec containingSpec ) : System
name string
spec Expression
parent ExampleContainer
containingSpec Spec
리턴 System

Execute() 공개 메소드

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

IsIgnored() 공개 메소드

public IsIgnored ( ) : bool
리턴 bool

프로퍼티 상세

Spec 공개적으로 프로퍼티

public Spec,Bickle Spec
리턴 Spec