C# 클래스 Bickle.Tests.FakeResultListener

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

공개 프로퍼티들

프로퍼티 타입 설명
Calls List

공개 메소드들

메소드 설명
Failed ( IExample example, Exception exception ) : void
Finished ( ) : void
Ignored ( IExample example ) : void
Pending ( IExample example ) : void
Running ( IExample example ) : void
Success ( IExample example ) : void

메소드 상세

Failed() 공개 메소드

public Failed ( IExample example, Exception exception ) : void
example IExample
exception System.Exception
리턴 void

Finished() 공개 메소드

public Finished ( ) : void
리턴 void

Ignored() 공개 메소드

public Ignored ( IExample example ) : void
example IExample
리턴 void

Pending() 공개 메소드

public Pending ( IExample example ) : void
example IExample
리턴 void

Running() 공개 메소드

public Running ( IExample example ) : void
example IExample
리턴 void

Success() 공개 메소드

public Success ( IExample example ) : void
example IExample
리턴 void

프로퍼티 상세

Calls 공개적으로 프로퍼티

public List Calls
리턴 List