Share via


UITest Constructor

 

Initializes a new instance of the UITest class.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Overload List

Name Description
System_CAPS_pubmethod UITest()

Initializes a new instance of the UITest class.

System_CAPS_pubmethod UITest(IEnumerable<UITestAction>)

Initializes a new instance of the UITest class by using the provided test actions.

System_CAPS_pubmethod UITest(IEnumerable<UITestAction>, UIMap)

Initializes a new instance of the UITest class.

See Also

UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top