C# Class Microsoft.Silverlight.Testing.Harness.TestAssemblyStartingEventArgs

Test assembly starting event arguments.
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Méthodes publiques

Méthode Description
TestAssemblyStartingEventArgs ( IAssembly assembly, UnitTestHarness harness ) : Microsoft.Silverlight.Testing.UnitTesting.Metadata

Initializes a new instance of the TestAssemblyStartingEventArgs type.

Method Details

TestAssemblyStartingEventArgs() public méthode

Initializes a new instance of the TestAssemblyStartingEventArgs type.
public TestAssemblyStartingEventArgs ( IAssembly assembly, UnitTestHarness harness ) : Microsoft.Silverlight.Testing.UnitTesting.Metadata
assembly IAssembly The assembly metadata.
harness UnitTestHarness The unit test harness instance.
Résultat Microsoft.Silverlight.Testing.UnitTesting.Metadata