C# Class Microsoft.Silverlight.Testing.UnitTesting.Metadata.VisualStudio.UnitTestFrameworkAssembly

Assembly metadata for the Visual Studio Team Test unit test framework.
Inheritance: IAssembly
Mostrar archivo Open project: garyjohnson/wpnest 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.

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 UnitTestHarness A reference to the unit test harness.
assembly System.Reflection.Assembly Assembly reflection object.
return System