C# Class XunitLight.UnitTestFrameworkAssembly

Assembly metadata for the Visual Studio Team Test unit test framework.
Inheritance: IAssembly
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, UnitTestHarness unitTestHarness, Assembly assembly ) : System

Creates a new unit test assembly wrapper.

Private Methods

Méthode Description
ContainsAMethodWithAFactAttribute ( Type type ) : bool

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, 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.
Résultat System