C# Class Microsoft.Test.UIAutomation.Logging.InfoObjects.StartTestInfo

Afficher le fichier Open project: geeksree/cSharpGeeks Class Usage Examples

Méthodes publiques

Свойство Type Description
MethodInfo System.Reflection.MethodInfo
PossibleIssuesMessage string
RunTimeId string
TestAttribute Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute
XmlNodeObjectID System.Xml.XmlNode

Méthodes publiques

Méthode Description
StartTestInfo ( XmlNode xmlNodeObjectID, TestCaseAttribute testCaseAttribute, MethodInfo methodInfo ) : System

ToString ( ) : string

Method Details

StartTestInfo() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

MethodInfo public_oe property

public MethodInfo,System.Reflection MethodInfo
Résultat System.Reflection.MethodInfo

PossibleIssuesMessage public_oe property

public string PossibleIssuesMessage
Résultat string

RunTimeId public_oe property

public string RunTimeId
Résultat string

TestAttribute public_oe property

public TestCaseAttribute,Microsoft.Test.UIAutomation.TestManager TestAttribute
Résultat Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute

XmlNodeObjectID public_oe property

public XmlNode,System.Xml XmlNodeObjectID
Résultat System.Xml.XmlNode