Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public UITest(
IEnumerable<UITestAction> executeActions,
UIMap map
)
public:
UITest(
IEnumerable<UITestAction^>^ executeActions,
UIMap^ map
)
new :
executeActions:IEnumerable<UITestAction> *
map:UIMap -> UITest
Public Sub New (
executeActions As IEnumerable(Of UITestAction),
map As UIMap
)
Parameters
executeActions
Type: System.Collections.Generic.IEnumerable<UITestAction>A list of UITestAction objects.
map
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap.UIMapThe UIMap object for this test.
See Also
UITestAction
UIMap
UITest Overload
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top