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

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, IProvideResultReports
ファイルを表示 Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
GetResultReport ( ) : string

Retrieves the results report.

TestMethodData ( ITestMethod testMethod, TestClassData parent ) : System

Initializes a new instance of the TestMethodData type.

Private Methods

Method Description
CheckForKnownBugs ( ) : void

Runs through the metadata for bugs.

EvaluateNotable ( ) : void

Calculates whether the item is considered "notable", in that it should have a visual cue or hint for the user.

Method Details

GetResultReport() public method

Retrieves the results report.
public GetResultReport ( ) : string
return string

TestMethodData() public method

Initializes a new instance of the TestMethodData type.
public TestMethodData ( ITestMethod testMethod, TestClassData parent ) : System
testMethod ITestMethod The test method metadata.
parent TestClassData The test class that is the parent object.
return System