Udostępnij za pośrednictwem


Konstruktor UITest — (IEnumerable<UITestAction>, UIMap)

 

Inicjuje nowe wystąpienie klasy UITest.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

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
)

Parametry

  • map
    UIMap Obiektu dla tego testu.

Zobacz też

UITestAction
UIMap
UITest Przeciążenie
Klasa UITest
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku