C# Class StatLight.Core.Configuration.ClientTestRunConfiguration

显示文件 Open project: staxmanade/StatLight Class Usage Examples

Private Properties

Property Type Description
ClientTestRunConfiguration StatLight.Client.Harness.Hosts
ShouldItBeRunInThisInstance bool

Public Methods

Method Description
ContainsMethod ( MemberInfo memberInfo ) : bool
IsTestExplicit ( MemberInfo memberInfo ) : bool

Private Methods

Method Description
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

Method Details

ContainsMethod() public static method

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

IsTestExplicit() public static method

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