C# 클래스 NSpec.Core.Example

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

공개 메소드들

메소드 설명
AddExpectation ( IExpectation expectation ) : void
Run ( IExampleReporter reporter ) : void

비공개 메소드들

메소드 설명
Run ( IExpectation expectation, IExampleReporter reporter ) : void

메소드 상세

AddExpectation() 공개 메소드

public AddExpectation ( IExpectation expectation ) : void
expectation IExpectation
리턴 void

Run() 공개 메소드

public Run ( IExampleReporter reporter ) : void
reporter IExampleReporter
리턴 void