C# 클래스 GoogleTestAdapter.TestAdapter.AbstractTestExecutorTests

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

보호된 메소드들

메소드 설명
AbstractTestExecutorTests ( bool parallelTestExecution, int maxNrOfThreads ) : System
CheckMockInvocations ( int nrOfPassedTests, int nrOfFailedTests, int nrOfUnexecutedTests, int nrOfNotFoundTests ) : void

비공개 메소드들

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

메소드 상세

AbstractTestExecutorTests() 보호된 메소드

protected AbstractTestExecutorTests ( bool parallelTestExecution, int maxNrOfThreads ) : System
parallelTestExecution bool
maxNrOfThreads int
리턴 System

CheckMockInvocations() 보호된 메소드

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