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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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