C# Class GoogleTestAdapter.Runners.PreparingTestRunner

Inheritance: ITestRunner
Afficher le fichier Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Cancel ( ) : void
Résultat void

PreparingTestRunner() public méthode

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

RunTests() public méthode

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
Résultat void