C# Class GoogleTestAdapter.GoogleTestExecutor

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

Méthodes publiques

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

Private Methods

Méthode Description
ComputeTestRunner ( ITestFrameworkReporter reporter, bool isBeingDebugged, string solutionDirectory ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

GoogleTestExecutor() public méthode

public GoogleTestExecutor ( TestEnvironment testEnvironment ) : System.Linq
testEnvironment GoogleTestAdapter.Helpers.TestEnvironment
Résultat System.Linq

RunTests() public méthode

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