C# 클래스 TestRunner.PositiveChecker

상속: Checker
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
CleanUp ( ) : void
HandleFailure ( string file, TestRunner.TestResult status, string extra ) : void
Initialize ( ) : void
PositiveChecker ( ITester tester, string verif_file ) : System

보호된 메소드들

메소드 설명
Check ( TestCase test ) : bool
CreateTestCase ( string filename, string options, string deps ) : TestCase
GetExtraOptions ( string file, string &compiler_options, string &dependencies ) : bool

비공개 메소드들

메소드 설명
LoadVerificationData ( string file ) : void
UpdateVerificationData ( string file ) : void

메소드 상세

Check() 보호된 메소드

protected Check ( TestCase test ) : bool
test TestCase
리턴 bool

CleanUp() 공개 메소드

public CleanUp ( ) : void
리턴 void

CreateTestCase() 보호된 메소드

protected CreateTestCase ( string filename, string options, string deps ) : TestCase
filename string
options string
deps string
리턴 TestCase

GetExtraOptions() 보호된 메소드

protected GetExtraOptions ( string file, string &compiler_options, string &dependencies ) : bool
file string
compiler_options string
dependencies string
리턴 bool

HandleFailure() 공개 메소드

public HandleFailure ( string file, TestRunner.TestResult status, string extra ) : void
file string
status TestRunner.TestResult
extra string
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

PositiveChecker() 공개 메소드

public PositiveChecker ( ITester tester, string verif_file ) : System
tester ITester
verif_file string
리턴 System