C# 클래스 NSpec.Core.Runner

상속: IDisposable
파일 보기 프로젝트 열기: nspec/NSpec 1 사용 예제들

공개 메소드들

메소드 설명
Run ( System.Action specifyExpectations, IExampleReporter exampleReporter ) : Example
Runner ( Spec spec ) : System

비공개 메소드들

메소드 설명
IDisposable ( ) : void

메소드 상세

Run() 공개 메소드

public Run ( System.Action specifyExpectations, IExampleReporter exampleReporter ) : Example
specifyExpectations System.Action
exampleReporter IExampleReporter
리턴 Example

Runner() 공개 메소드

public Runner ( Spec spec ) : System
spec Spec
리턴 System