C# 클래스 TestRunner.Program

파일 보기 프로젝트 열기: jdhardy/ironpython

비공개 메소드들

메소드 설명
Cleanup ( string binPath ) : void
CreateProcessInfoFromTest ( Test test ) : ProcessStartInfo
DisplayFailure ( Test test, TestRunner.TestResult result ) : void
Help ( ) : void
Main ( string args ) : int
MainBody ( string args ) : int
RunTest ( Test test ) : TestRunner.TestResult

Runs a single test caseand returns the result.

RunTestForConsole ( Test test ) : void
ShouldRunCategory ( string catName, List categories ) : bool
ShouldRunTest ( Test test, List tests ) : bool