C# Class StatLight.Core.Configuration.ClientTestRunConfiguration

Afficher le fichier Open project: staxmanade/StatLight Class Usage Examples

Private Properties

Свойство Type Description
ClientTestRunConfiguration StatLight.Client.Harness.Hosts
ShouldItBeRunInThisInstance bool

Méthodes publiques

Méthode Description
ContainsMethod ( MemberInfo memberInfo ) : bool
IsTestExplicit ( MemberInfo memberInfo ) : bool

Private Methods

Méthode 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 méthode

public static ContainsMethod ( MemberInfo memberInfo ) : bool
memberInfo System.Reflection.MemberInfo
Résultat bool

IsTestExplicit() public static méthode

public static IsTestExplicit ( MemberInfo memberInfo ) : bool
memberInfo System.Reflection.MemberInfo
Résultat bool