C# 클래스 GoogleTestAdapter.TestAdapter.TestExecutor

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

공개 프로퍼티들

프로퍼티 타입 설명
ExecutorUri System.Uri

공개 메소드들

메소드 설명
Cancel ( ) : void
RunTests ( IEnumerable vsTestCasesToRun, IRunContext runContext, IFrameworkHandle frameworkHandle ) : void
RunTests ( IEnumerable executables, IRunContext runContext, IFrameworkHandle frameworkHandle ) : void
TestExecutor ( ) : System
TestExecutor ( TestEnvironment testEnvironment ) : System

비공개 메소드들

메소드 설명
CreateTestEnvironment ( IRunSettings runSettings, IMessageLogger messageLogger ) : TestEnvironment
DoRunTests ( IEnumerable allTestCasesInExecutables, ICollection testCasesToRun, IRunContext runContext, IFrameworkHandle frameworkHandle, Stopwatch stopwatch ) : void
GetAllTestCasesInExecutables ( IEnumerable executables ) : IEnumerable
GetAllTraitNames ( IEnumerable testCases ) : ISet
InitOrRefreshTestEnvironment ( IRunSettings runSettings, IMessageLogger messageLogger ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

RunTests() 공개 메소드

public RunTests ( IEnumerable vsTestCasesToRun, IRunContext runContext, IFrameworkHandle frameworkHandle ) : void
vsTestCasesToRun IEnumerable
runContext IRunContext
frameworkHandle IFrameworkHandle
리턴 void

RunTests() 공개 메소드

public RunTests ( IEnumerable executables, IRunContext runContext, IFrameworkHandle frameworkHandle ) : void
executables IEnumerable
runContext IRunContext
frameworkHandle IFrameworkHandle
리턴 void

TestExecutor() 공개 메소드

public TestExecutor ( ) : System
리턴 System

TestExecutor() 공개 메소드

public TestExecutor ( TestEnvironment testEnvironment ) : System
testEnvironment GoogleTestAdapter.Helpers.TestEnvironment
리턴 System

프로퍼티 상세

ExecutorUri 공개적으로 정적으로 프로퍼티

public static Uri,System ExecutorUri
리턴 System.Uri