C# Class GoogleTestAdapter.GoogleTestExecutor

Mostrar archivo Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
Cancel ( ) : void
GoogleTestExecutor ( TestEnvironment testEnvironment ) : System.Linq
RunTests ( IEnumerable allTestCasesInExecutables, IEnumerable testCasesToRun, ITestFrameworkReporter reporter, IDebuggedProcessLauncher launcher, bool isBeingDebugged, string solutionDirectory ) : void

Private Methods

Method Description
ComputeTestRunner ( ITestFrameworkReporter reporter, bool isBeingDebugged, string solutionDirectory ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

GoogleTestExecutor() public method

public GoogleTestExecutor ( TestEnvironment testEnvironment ) : System.Linq
testEnvironment GoogleTestAdapter.Helpers.TestEnvironment
return System.Linq

RunTests() public method

public RunTests ( IEnumerable allTestCasesInExecutables, IEnumerable testCasesToRun, ITestFrameworkReporter reporter, IDebuggedProcessLauncher launcher, bool isBeingDebugged, string solutionDirectory ) : void
allTestCasesInExecutables IEnumerable
testCasesToRun IEnumerable
reporter ITestFrameworkReporter
launcher IDebuggedProcessLauncher
isBeingDebugged bool
solutionDirectory string
return void