C# Class GoogleTestAdapter.GoogleTestDiscovererTests

Inheritance: AbstractCoreTests
Mostrar archivo Open project: csoltenborn/GoogleTestAdapter

Private Methods

Method Description
AssertFindsParameterizedTest ( string fullyQualifiedName, Regex displayNameRegex ) : void
AssertFindsParameterizedTest ( string fullyQualifiedName, string displayName ) : void
AssertIsGoogleTestExecutable ( string executable, bool isGoogleTestExecutable, string regex = "" ) : void
FindExternallyLinkedTests ( string location ) : void
FindSampleTests ( string location ) : void
FindStaticallyLinkedTests ( string location ) : void
GetTestsFromExecutable_DoNotParseSymbolInformation_DiaIsNotInvoked ( ) : void
GetTestsFromExecutable_ExternallyLinkedX64Executable_FindsTestsWithLocation ( ) : void
GetTestsFromExecutable_ExternallyLinkedX86Executable_FindsTestsWithLocation ( ) : void
GetTestsFromExecutable_LoadTests_AreFoundInReasonableTime ( ) : void
GetTestsFromExecutable_ParseSymbolInformation_DiaResolverIsCreated ( ) : void
GetTestsFromExecutable_SampleTests_FindsParameterizedTests ( ) : void
GetTestsFromExecutable_SampleTests_FindsTestsWithLocation ( ) : void
GetTestsFromExecutable_SampleTests_FindsTypedTests ( ) : void
GetTestsFromExecutable_StaticallyLinkedX86Executable_FindsTestsWitLocation ( ) : void
GetTestsFromExecutable_WithPathExtension_FindsTestsWithLocation ( ) : void
GetTestsFromExecutable_WithoutPathExtension_ProducesWarning ( ) : void
IsGoogleTestExecutable_MatchingExamples_AreMatched ( ) : void
IsGoogleTestExecutable_NotMatchingExamples_AreNotMatched ( ) : void
IsGoogleTestExecutable_WithRegexFromOptions_MatchesCorrectly ( ) : void
IsGoogleTestExecutable_WithUnparsableRegexFromOptions_ProducesErrorMessage ( ) : void