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

Assembly metadata for the Visual Studio Team Test unit test framework.
Inheritance: UnitTestFrameworkAssemblyBase
ファイルを表示 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, object unitTestHarness, Assembly assembly ) : Microsoft.Silverlight.Testing.UnitTesting.Harness

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, object unitTestHarness, Assembly assembly ) : Microsoft.Silverlight.Testing.UnitTesting.Harness
provider IUnitTestProvider Unit test metadata provider.
unitTestHarness object A reference to the unit test harness.
assembly System.Reflection.Assembly Assembly reflection object.
return Microsoft.Silverlight.Testing.UnitTesting.Harness