C# 클래스 GoogleTestAdapter.TestAdapter.TestExecutorParallelTests

파일 보기 프로젝트 열기: csoltenborn/GoogleTestAdapter

공개 메소드들

메소드 설명
TestExecutorParallelTests ( ) : System

보호된 메소드들

메소드 설명
CheckMockInvocations ( 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_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

메소드 상세

CheckMockInvocations() 보호된 메소드

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

TestExecutorParallelTests() 공개 메소드

public TestExecutorParallelTests ( ) : System
리턴 System