C# Class XunitLight.UnitTestFrameworkAssembly

Assembly metadata for the Visual Studio Team Test unit test framework.
Inheritance: IAssembly
Exibir arquivo Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
GetTestClasses ( ) : ICollection

Reflect and retrieve the test class metadata wrappers for the test assembly.

UnitTestFrameworkAssembly ( IUnitTestProvider provider, UnitTestHarness unitTestHarness, Assembly assembly ) : System

Creates a new unit test assembly wrapper.

Private Methods

Method Description
ContainsAMethodWithAFactAttribute ( Type type ) : bool

Method Details

GetTestClasses() public method

Reflect and retrieve the test class metadata wrappers for the test assembly.
public GetTestClasses ( ) : ICollection
return ICollection

UnitTestFrameworkAssembly() public method

Creates a new unit test assembly wrapper.
public UnitTestFrameworkAssembly ( IUnitTestProvider provider, UnitTestHarness unitTestHarness, Assembly assembly ) : System
provider IUnitTestProvider Unit test metadata provider.
unitTestHarness Microsoft.Silverlight.Testing.Harness.UnitTestHarness A reference to the unit test harness.
assembly System.Reflection.Assembly Assembly reflection object.
return System