C# 클래스 NSpec.NUnitAddin.TestResultExampleReporter

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

공개 메소드들

메소드 설명
ReportExpectation ( IExpectation expectation ) : void
TestResultExampleReporter ( NUnit.Core.TestResult testResult ) : NSpec.Core

비공개 메소드들

메소드 설명
CreateTestResultFromExpectation ( IExpectation expectation ) : NUnit.Core.TestResult

메소드 상세

ReportExpectation() 공개 메소드

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

TestResultExampleReporter() 공개 메소드

public TestResultExampleReporter ( NUnit.Core.TestResult testResult ) : NSpec.Core
testResult NUnit.Core.TestResult
리턴 NSpec.Core