C# 클래스 StatLight.Core.Configuration.ClientTestRunConfiguration

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

Private Properties

프로퍼티 타입 설명
ClientTestRunConfiguration StatLight.Client.Harness.Hosts
ShouldItBeRunInThisInstance bool

공개 메소드들

메소드 설명
ContainsMethod ( MemberInfo memberInfo ) : bool
IsTestExplicit ( MemberInfo memberInfo ) : bool

비공개 메소드들

메소드 설명
ClientTestRunConfiguration ( UnitTestProviderType unitTestProviderType, IEnumerable methodsToTest, string tagFilters, int numberOfBrowserHosts, WebBrowserType webBrowserType, string entryPointAssembly, WindowGeometry windowGeometry, IEnumerable testAssemblyFormalNames ) : StatLight.Client.Harness.Hosts
ShouldItBeRunInThisInstance ( string methodName ) : bool

메소드 상세

ContainsMethod() 공개 정적인 메소드

public static ContainsMethod ( MemberInfo memberInfo ) : bool
memberInfo System.Reflection.MemberInfo
리턴 bool

IsTestExplicit() 공개 정적인 메소드

public static IsTestExplicit ( MemberInfo memberInfo ) : bool
memberInfo System.Reflection.MemberInfo
리턴 bool