C# Класс Microsoft.Test.UIAutomation.Logging.InfoObjects.StartTestInfo

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
MethodInfo System.Reflection.MethodInfo
PossibleIssuesMessage string
RunTimeId string
TestAttribute Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute
XmlNodeObjectID System.Xml.XmlNode

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

Метод Описание
StartTestInfo ( XmlNode xmlNodeObjectID, TestCaseAttribute testCaseAttribute, MethodInfo methodInfo ) : System

ToString ( ) : string

Описание методов

StartTestInfo() публичный Метод

public StartTestInfo ( XmlNode xmlNodeObjectID, TestCaseAttribute testCaseAttribute, MethodInfo methodInfo ) : System
xmlNodeObjectID System.Xml.XmlNode XmlNode that idetifies the object to test. This can be as simple as the name of the control, to a node that represents the path
testCaseAttribute Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute
methodInfo System.Reflection.MethodInfo MethodInfo of the method of the test
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

MethodInfo публичное свойство

public MethodInfo,System.Reflection MethodInfo
Результат System.Reflection.MethodInfo

PossibleIssuesMessage публичное свойство

public string PossibleIssuesMessage
Результат string

RunTimeId публичное свойство

public string RunTimeId
Результат string

TestAttribute публичное свойство

public TestCaseAttribute,Microsoft.Test.UIAutomation.TestManager TestAttribute
Результат Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute

XmlNodeObjectID публичное свойство

public XmlNode,System.Xml XmlNodeObjectID
Результат System.Xml.XmlNode