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

Generic unit test harness event arguments base class that contains a reference to the harness.
Inheritance: System.EventArgs
ファイルを表示 Open project: garyjohnson/wpnest

Public Methods

Method Description
UnitTestHarnessEventArgs ( UnitTestHarness harness ) : System

Initializes a new instance of the UnitTestHarnessEventArgs class.

Method Details

UnitTestHarnessEventArgs() public method

Initializes a new instance of the UnitTestHarnessEventArgs class.
public UnitTestHarnessEventArgs ( UnitTestHarness harness ) : System
harness UnitTestHarness The test harness.
return System