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

Information about the start of a test class event.
Show file Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
TestClassStartingEventArgs ( ITestClass testClass, UnitTestHarness harness ) : Microsoft.Silverlight.Testing.UnitTesting.Metadata

Initializes a new instance of the TestClassStartingEventArgs type.

Method Details

TestClassStartingEventArgs() public method

Initializes a new instance of the TestClassStartingEventArgs type.
public TestClassStartingEventArgs ( ITestClass testClass, UnitTestHarness harness ) : Microsoft.Silverlight.Testing.UnitTesting.Metadata
testClass ITestClass The test class metadata.
harness UnitTestHarness The unit test harness reference.
return Microsoft.Silverlight.Testing.UnitTesting.Metadata