C# Class StatLight.Client.Harness.Hosts.MSTest.UnitTestProviders.DynamicAttributeHelper

Mostra file Open project: staxmanade/StatLight

Public Methods

Method Description
GetAllAttributes ( this method, string attributeName ) : object[]
GetAttribute ( this method, string attributeName ) : object
GetObjectPropertyValue ( this attributeInstance, string propertyName ) : object
GetTestClasses ( this assembly, bool>.Func filter, ITestClass>.Func createType ) : ICollection
HasAttribute ( this method, string attributeName ) : bool
TryGetTypes ( this assembly, IList &types ) : bool

Method Details

GetAllAttributes() public static method

public static GetAllAttributes ( this method, string attributeName ) : object[]
method this
attributeName string
return object[]

GetAttribute() public static method

public static GetAttribute ( this method, string attributeName ) : object
method this
attributeName string
return object

GetObjectPropertyValue() public static method

public static GetObjectPropertyValue ( this attributeInstance, string propertyName ) : object
attributeInstance this
propertyName string
return object

GetTestClasses() public static method

public static GetTestClasses ( this assembly, bool>.Func filter, ITestClass>.Func createType ) : ICollection
assembly this
filter bool>.Func
createType ITestClass>.Func
return ICollection

HasAttribute() public static method

public static HasAttribute ( this method, string attributeName ) : bool
method this
attributeName string
return bool

TryGetTypes() public static method

public static TryGetTypes ( this assembly, IList &types ) : bool
assembly this
types IList
return bool