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

Assembly complete event arguments.
Mostra file Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

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

Initializes a new instance of the TestAssemblyCompletedEventArgs type.

Method Details

TestAssemblyCompletedEventArgs() public method

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.
return Microsoft.Silverlight.Testing.UnitTesting.Metadata