C# Class Microsoft.Silverlight.Testing.Client.TestRunData

A data object that generates property change notifications and can be used for rich data binding to test results. Does keep a reference to all results.
Inheritance: PropertyChangedBase
ファイルを表示 Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
TestRunData ( UnitTestHarness unitTestHarness ) : System.Collections.ObjectModel

Initializes a new instance of the test run results.

Method Details

TestRunData() public method

Initializes a new instance of the test run results.
public TestRunData ( UnitTestHarness unitTestHarness ) : System.Collections.ObjectModel
unitTestHarness Microsoft.Silverlight.Testing.Harness.UnitTestHarness The unit test harness.
return System.Collections.ObjectModel