C# Class GoogleTestAdapter.TestCases.ListTestsParser

Mostra file Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
ListTestsParser ( TestEnvironment testEnvironment ) : System.Collections.Generic
ParseListTestsOutput ( List consoleOutput ) : IList

Private Methods

Method Description
CreateDescriptor ( string suiteLine, string testCaseLine ) : TestCaseDescriptor
GetDisplayName ( string fullyQalifiedName, string typeParam, string param ) : string
GetEnclosedTypeParam ( string typeParam ) : string

Method Details

ListTestsParser() public method

public ListTestsParser ( TestEnvironment testEnvironment ) : System.Collections.Generic
testEnvironment GoogleTestAdapter.Helpers.TestEnvironment
return System.Collections.Generic

ParseListTestsOutput() public method

public ParseListTestsOutput ( List consoleOutput ) : IList
consoleOutput List
return IList