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

Assembly metadata for the Visual Studio Team Test unit test framework.
Inheritance: UnitTestFrameworkAssemblyBase
Afficher le fichier Open project: staxmanade/StatLight Class Usage Examples

Méthodes publiques

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

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

UnitTestFrameworkAssembly() public méthode

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.
Résultat Microsoft.Silverlight.Testing.UnitTesting.Harness