C# 클래스 Bickle.ActiveExampleContainer

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

공개 메소드들

메소드 설명
ActiveExampleContainer ( string name, ExampleContainer parent, Spec spec ) : System
Execute ( ITestResultListener listener ) : void
IsIgnored ( ) : bool

메소드 상세

ActiveExampleContainer() 공개 메소드

public ActiveExampleContainer ( string name, ExampleContainer parent, Spec spec ) : System
name string
parent ExampleContainer
spec Spec
리턴 System

Execute() 공개 메소드

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

IsIgnored() 공개 메소드

public IsIgnored ( ) : bool
리턴 bool