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

Test method completed event arguments, contains the result.
ファイルを表示 Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
TestMethodCompletedEventArgs ( ScenarioResult result ) : System

Initializes a new instance of the TestMethodCompletedEventArgs type.

TestMethodCompletedEventArgs ( ScenarioResult result, UnitTestHarness harness ) : System

Initializes a new instance of the TestMethodCompletedEventArgs type.

Method Details

TestMethodCompletedEventArgs() public method

Initializes a new instance of the TestMethodCompletedEventArgs type.
public TestMethodCompletedEventArgs ( ScenarioResult result ) : System
result ScenarioResult The result instance.
return System

TestMethodCompletedEventArgs() public method

Initializes a new instance of the TestMethodCompletedEventArgs type.
public TestMethodCompletedEventArgs ( ScenarioResult result, UnitTestHarness harness ) : System
result ScenarioResult The result instance.
harness UnitTestHarness The unit test harness.
return System