C# Class GoogleTestAdapter.Runners.PreparingTestRunner

Inheritance: ITestRunner
显示文件 Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
RunBatch ( string batchType, string workingDirectory, string batch, bool isBeingDebugged ) : void
SafeRunBatch ( string batchType, string workingDirectory, string batch, bool isBeingDebugged ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

PreparingTestRunner() public method

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

RunTests() public method

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
return void