Share via


UITest Constructor (IEnumerable<UITestAction>)

 

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

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
)
public:
UITest(
    IEnumerable<UITestAction^>^ executeActions
)
new : 
        executeActions:IEnumerable<UITestAction> -> UITest
Public Sub New (
    executeActions As IEnumerable(Of UITestAction)
)

Parameters

See Also

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

Return to top