Method | Description | |
---|---|---|
Cancel ( ) : void | ||
PreparingTestRunner ( int threadId, string solutionDirectory, ITestFrameworkReporter reporter, TestEnvironment testEnvironment ) : System | ||
RunTests ( IEnumerable |
Method | Description | |
---|---|---|
RunBatch ( string batchType, string workingDirectory, string batch, bool isBeingDebugged ) : void | ||
SafeRunBatch ( string batchType, string workingDirectory, string batch, bool isBeingDebugged ) : void |
public PreparingTestRunner ( int threadId, string solutionDirectory, ITestFrameworkReporter reporter, TestEnvironment testEnvironment ) : System | ||
threadId | int | |
solutionDirectory | string | |
reporter | ITestFrameworkReporter | |
testEnvironment | GoogleTestAdapter.Helpers.TestEnvironment | |
return | System |
public RunTests ( IEnumerable |
||
allTestCases | IEnumerable |
|
testCasesToRun | IEnumerable |
|
baseDir | string | |
workingDir | string | |
userParameters | string | |
isBeingDebugged | bool | |
debuggedLauncher | IDebuggedProcessLauncher | |
return | void |