C# Class GoogleTestAdapter.TestAdapter.TestExecutorParallelTests

Afficher le fichier Open project: csoltenborn/GoogleTestAdapter

Méthodes publiques

Méthode Description
TestExecutorParallelTests ( ) : System

Méthodes protégées

Méthode Description
CheckMockInvocations ( int nrOfPassedTests, int nrOfFailedTests, int nrOfUnexecutedTests, int nrOfNotFoundTests ) : void

Private Methods

Méthode Description
RunTests_CrashingX64Tests_CorrectTestResults ( ) : void
RunTests_CrashingX86Tests_CorrectTestResults ( ) : void
RunTests_ExternallyLinkedX64_CorrectTestResults ( ) : void
RunTests_ExternallyLinkedX86TestsInDebugMode_CorrectTestResults ( ) : void
RunTests_ExternallyLinkedX86Tests_CorrectTestResults ( ) : void
RunTests_HardCrashingX86Tests_CorrectTestResults ( ) : void
RunTests_ParallelTestExecution_SpeedsUpTestExecution ( ) : void
RunTests_StaticallyLinkedX64Tests_CorrectTestResults ( ) : void
RunTests_StaticallyLinkedX86Tests_CorrectTestResults ( ) : void
RunTests_TestDirectoryViaUserParams_IsPassedViaCommandLineArg ( ) : void
RunTests_WithNonexistingSetupBatch_LogsError ( ) : void
RunTests_WithPathExtension_ExecutionOk ( ) : void
RunTests_WithSetupAndTeardownBatchesWhereSetupFails_LogsWarning ( ) : void
RunTests_WithSetupAndTeardownBatchesWhereTeardownFails_LogsWarning ( ) : void
RunTests_WithoutBatches_NoLogging ( ) : void
RunTests_WithoutPathExtension_ExecutionFails ( ) : void
RunTests_WorkingDir_IsSetCorrectly ( ) : void

Method Details

CheckMockInvocations() protected méthode

protected CheckMockInvocations ( int nrOfPassedTests, int nrOfFailedTests, int nrOfUnexecutedTests, int nrOfNotFoundTests ) : void
nrOfPassedTests int
nrOfFailedTests int
nrOfUnexecutedTests int
nrOfNotFoundTests int
Résultat void

TestExecutorParallelTests() public méthode

public TestExecutorParallelTests ( ) : System
Résultat System