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

Test assembly starting event arguments.
显示文件 Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

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

Initializes a new instance of the TestAssemblyStartingEventArgs type.

Method Details

TestAssemblyStartingEventArgs() public method

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