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

Assembly complete event arguments.
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the TestAssemblyCompletedEventArgs type.

Method Details

TestAssemblyCompletedEventArgs() public méthode

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