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

TestMethodCompletedEventArgs() public method

Initializes a new instance of the TestMethodCompletedEventArgs type.
public TestMethodCompletedEventArgs ( ScenarioResult result ) : System
result ScenarioResult The result instance.
return System
        public TestMethodCompletedEventArgs(ScenarioResult result)
            : this(result, result.TestClass.Assembly.TestHarness)
        {
        }

Same methods

TestMethodCompletedEventArgs::TestMethodCompletedEventArgs ( ScenarioResult result, UnitTestHarness harness ) : System
TestMethodCompletedEventArgs