C# 클래스 Bickle.ExampleNode

상속: IExampleNode
파일 보기 프로젝트 열기: davidmfoley/bickle

공개 메소드들

메소드 설명
Execute ( ITestResultListener listener ) : void
IsIgnored ( ) : bool

보호된 메소드들

메소드 설명
ExampleNode ( ExampleContainer parent, string name, Spec spec ) : System

메소드 상세

ExampleNode() 보호된 메소드

protected ExampleNode ( ExampleContainer parent, string name, Spec spec ) : System
parent ExampleContainer
name string
spec Spec
리턴 System

Execute() 공개 추상적인 메소드

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

IsIgnored() 공개 추상적인 메소드

public abstract IsIgnored ( ) : bool
리턴 bool