C# Class GoogleTestAdapter.TestAdapter.AbstractTestExecutorTests

Mostrar archivo Open project: csoltenborn/GoogleTestAdapter

Protected Methods

Method Description
AbstractTestExecutorTests ( bool parallelTestExecution, int maxNrOfThreads ) : System
CheckMockInvocations ( int nrOfPassedTests, int nrOfFailedTests, int nrOfUnexecutedTests, int nrOfNotFoundTests ) : void

Private Methods

Method Description
RunAndVerifySingleTest ( TestCase testCase, Microsoft.VisualStudio.TestPlatform.ObjectModel.TestOutcome expectedOutcome ) : void
RunAndVerifyTests ( string executable, int nrOfPassedTests, int nrOfFailedTests, int nrOfUnexecutedTests, int nrOfNotFoundTests ) : void
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_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
SetUp ( ) : void

Method Details

AbstractTestExecutorTests() protected method

protected AbstractTestExecutorTests ( bool parallelTestExecution, int maxNrOfThreads ) : System
parallelTestExecution bool
maxNrOfThreads int
return System

CheckMockInvocations() protected method

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