C# 클래스 GoogleTestAdapter.TestCases.ListTestsParser

파일 보기 프로젝트 열기: csoltenborn/GoogleTestAdapter 1 사용 예제들

공개 메소드들

메소드 설명
ListTestsParser ( TestEnvironment testEnvironment ) : System.Collections.Generic
ParseListTestsOutput ( List consoleOutput ) : IList

비공개 메소드들

메소드 설명
CreateDescriptor ( string suiteLine, string testCaseLine ) : TestCaseDescriptor
GetDisplayName ( string fullyQalifiedName, string typeParam, string param ) : string
GetEnclosedTypeParam ( string typeParam ) : string

메소드 상세

ListTestsParser() 공개 메소드

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

ParseListTestsOutput() 공개 메소드

public ParseListTestsOutput ( List consoleOutput ) : IList
consoleOutput List
리턴 IList