C# 클래스 GoogleTestAdapterUiTests.VsExperimentalInstance

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

공개 프로퍼티들

프로퍼티 타입 설명
Suffix string
Version Versions
VersionAndSuffix string

공개 메소드들

메소드 설명
Clean ( ) : void
Exists ( ) : bool
FirstTimeInitialization ( ) : void
GetVsTestConsolePath ( Versions version ) : string
Launch ( ) : TestStack.White.Application
VsExperimentalInstance ( Versions version, string suffix ) : GoogleTestAdapterUiTests.Helpers

비공개 메소드들

메소드 설명
GetExePath ( ) : string
GetVsDirectories ( ) : IEnumerable
GetVsHkcuKeys ( ) : IEnumerable
InstallExtension ( string vsixPath ) : void

메소드 상세

Clean() 공개 메소드

public Clean ( ) : void
리턴 void

Exists() 공개 메소드

public Exists ( ) : bool
리턴 bool

FirstTimeInitialization() 공개 메소드

public FirstTimeInitialization ( ) : void
리턴 void

GetVsTestConsolePath() 공개 정적인 메소드

public static GetVsTestConsolePath ( Versions version ) : string
version Versions
리턴 string

Launch() 공개 메소드

public Launch ( ) : TestStack.White.Application
리턴 TestStack.White.Application

VsExperimentalInstance() 공개 메소드

public VsExperimentalInstance ( Versions version, string suffix ) : GoogleTestAdapterUiTests.Helpers
version Versions
suffix string
리턴 GoogleTestAdapterUiTests.Helpers

프로퍼티 상세

Suffix 공개적으로 프로퍼티

public string Suffix
리턴 string

Version 공개적으로 프로퍼티

public Versions Version
리턴 Versions

VersionAndSuffix 공개적으로 프로퍼티

public string VersionAndSuffix
리턴 string