C# Class GoogleTestAdapter.TestCases.ListTestsParser

Afficher le fichier Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Méthodes publiques

Méthode Description
ListTestsParser ( TestEnvironment testEnvironment ) : System.Collections.Generic
ParseListTestsOutput ( List consoleOutput ) : IList

Private Methods

Méthode Description
CreateDescriptor ( string suiteLine, string testCaseLine ) : TestCaseDescriptor
GetDisplayName ( string fullyQalifiedName, string typeParam, string param ) : string
GetEnclosedTypeParam ( string typeParam ) : string

Method Details

ListTestsParser() public méthode

public ListTestsParser ( TestEnvironment testEnvironment ) : System.Collections.Generic
testEnvironment GoogleTestAdapter.Helpers.TestEnvironment
Résultat System.Collections.Generic

ParseListTestsOutput() public méthode

public ParseListTestsOutput ( List consoleOutput ) : IList
consoleOutput List
Résultat IList