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

Show file Open project: geeksree/cSharpGeeks Class Usage Examples

Public Properties

Property Type Description
MethodInfo System.Reflection.MethodInfo
PossibleIssuesMessage string
RunTimeId string
TestAttribute Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute
XmlNodeObjectID System.Xml.XmlNode

Public Methods

Method Description
StartTestInfo ( XmlNode xmlNodeObjectID, TestCaseAttribute testCaseAttribute, MethodInfo methodInfo ) : System

ToString ( ) : string

Method Details

StartTestInfo() public method

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
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

MethodInfo public property

public MethodInfo,System.Reflection MethodInfo
return System.Reflection.MethodInfo

PossibleIssuesMessage public property

public string PossibleIssuesMessage
return string

RunTimeId public property

public string RunTimeId
return string

TestAttribute public property

public TestCaseAttribute,Microsoft.Test.UIAutomation.TestManager TestAttribute
return Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute

XmlNodeObjectID public property

public XmlNode,System.Xml XmlNodeObjectID
return System.Xml.XmlNode