C# Class GoogleTestAdapter.TestAdapter.TestExecutorParallelTests

Mostrar archivo Open project: csoltenborn/GoogleTestAdapter

Public Methods

Method Description
TestExecutorParallelTests ( ) : System

Protected Methods

Method Description
CheckMockInvocations ( int nrOfPassedTests, int nrOfFailedTests, int nrOfUnexecutedTests, int nrOfNotFoundTests ) : void

Private Methods

Method 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 method

protected CheckMockInvocations ( int nrOfPassedTests, int nrOfFailedTests, int nrOfUnexecutedTests, int nrOfNotFoundTests ) : void
nrOfPassedTests int
nrOfFailedTests int
nrOfUnexecutedTests int
nrOfNotFoundTests int
return void

TestExecutorParallelTests() public method

public TestExecutorParallelTests ( ) : System
return System