Microsoft.Silverlight.Testing.Harness.TestClassStartingEventArgs.TestClassStartingEventArgs C# (CSharp) Method

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
        public TestClassStartingEventArgs(ITestClass testClass, UnitTestHarness harness)
            : base(harness)
        {
            TestClass = testClass;
        }
TestClassStartingEventArgs