C# 클래스 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.
상속: PropertyChangedBase, IProvideResultReports
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
GetResultReport ( ) : string

Retrieves the results report.

TestMethodData ( ITestMethod testMethod, TestClassData parent ) : System

Initializes a new instance of the TestMethodData type.

비공개 메소드들

메소드 설명
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.

메소드 상세

GetResultReport() 공개 메소드

Retrieves the results report.
public GetResultReport ( ) : string
리턴 string

TestMethodData() 공개 메소드

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.
리턴 System