C# 클래스 GoogleTestAdapter.Runners.PreparingTestRunner

상속: ITestRunner
파일 보기 프로젝트 열기: csoltenborn/GoogleTestAdapter 1 사용 예제들

공개 메소드들

메소드 설명
Cancel ( ) : void
PreparingTestRunner ( int threadId, string solutionDirectory, ITestFrameworkReporter reporter, TestEnvironment testEnvironment ) : System
RunTests ( IEnumerable allTestCases, IEnumerable testCasesToRun, string baseDir, string workingDir, string userParameters, bool isBeingDebugged, IDebuggedProcessLauncher debuggedLauncher ) : void

비공개 메소드들

메소드 설명
RunBatch ( string batchType, string workingDirectory, string batch, bool isBeingDebugged ) : void
SafeRunBatch ( string batchType, string workingDirectory, string batch, bool isBeingDebugged ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

PreparingTestRunner() 공개 메소드

public PreparingTestRunner ( int threadId, string solutionDirectory, ITestFrameworkReporter reporter, TestEnvironment testEnvironment ) : System
threadId int
solutionDirectory string
reporter ITestFrameworkReporter
testEnvironment GoogleTestAdapter.Helpers.TestEnvironment
리턴 System

RunTests() 공개 메소드

public RunTests ( IEnumerable allTestCases, IEnumerable testCasesToRun, string baseDir, string workingDir, string userParameters, bool isBeingDebugged, IDebuggedProcessLauncher debuggedLauncher ) : void
allTestCases IEnumerable
testCasesToRun IEnumerable
baseDir string
workingDir string
userParameters string
isBeingDebugged bool
debuggedLauncher IDebuggedProcessLauncher
리턴 void