C# 클래스 CSPspEmu.AutoTests.AutoTestsProgram

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 메소드들

메소드 설명
AutoTestsProgram ( ) : System
Init ( ) : void
Main ( bool RunTestsViewOut, String Arguments, int Timeout ) : void

보호된 메소드들

메소드 설명
ExecuteBat ( string ExecutableFileName, string Arguments, double TimeoutSeconds = -1 ) : string
Run ( bool RunTestsViewOut, string PspAutoTestsFolder, string WildCardFilter ) : void
RunExecutableAndGetOutput ( bool RunTestsViewOut, string PspAutoTestsFolder, string FileName, string &CapturedOutput, string FileNameBase ) : string
RunFile ( bool RunTestsViewOut, string PspAutoTestsFolder, string FileNameExecutable, string FileNameExpected, string FileNameBase ) : void

비공개 메소드들

메소드 설명
InternalMain ( bool RunTestsViewOut, String Arguments ) : void

메소드 상세

AutoTestsProgram() 공개 메소드

public AutoTestsProgram ( ) : System
리턴 System

ExecuteBat() 보호된 메소드

protected ExecuteBat ( string ExecutableFileName, string Arguments, double TimeoutSeconds = -1 ) : string
ExecutableFileName string
Arguments string
TimeoutSeconds double
리턴 string

Init() 공개 메소드

public Init ( ) : void
리턴 void

Main() 공개 정적인 메소드

public static Main ( bool RunTestsViewOut, String Arguments, int Timeout ) : void
RunTestsViewOut bool
Arguments String
Timeout int
리턴 void

Run() 보호된 메소드

protected Run ( bool RunTestsViewOut, string PspAutoTestsFolder, string WildCardFilter ) : void
RunTestsViewOut bool
PspAutoTestsFolder string
WildCardFilter string
리턴 void

RunExecutableAndGetOutput() 보호된 메소드

protected RunExecutableAndGetOutput ( bool RunTestsViewOut, string PspAutoTestsFolder, string FileName, string &CapturedOutput, string FileNameBase ) : string
RunTestsViewOut bool
PspAutoTestsFolder string
FileName string
CapturedOutput string
FileNameBase string
리턴 string

RunFile() 보호된 메소드

protected RunFile ( bool RunTestsViewOut, string PspAutoTestsFolder, string FileNameExecutable, string FileNameExpected, string FileNameBase ) : void
RunTestsViewOut bool
PspAutoTestsFolder string
FileNameExecutable string
FileNameExpected string
FileNameBase string
리턴 void