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

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
        public TestAssemblyStartingEventArgs(IAssembly assembly, UnitTestHarness harness)
            : base(harness)
        {
            Assembly = assembly;
        }
TestAssemblyStartingEventArgs