C# 클래스 Cone.Runners.TestSession.TestResult

상속: ITestResult
파일 보기 프로젝트 열기: drunkcod/Cone

공개 메소드들

메소드 설명
TestResult ( IConeTest test, ITestLogger log ) : System

비공개 메소드들

메소드 설명
Fail ( TestStatus status, FailureType failureType, Exception ex ) : void
ITestResult ( ) : void
ITestResult ( Exception ex ) : void
ITestResult ( string reason ) : void

메소드 상세

TestResult() 공개 메소드

public TestResult ( IConeTest test, ITestLogger log ) : System
test IConeTest
log ITestLogger
리턴 System