UITestInterpreterCore, constructeur (UITest)
Crée une instance UITestInterpreter pour un UITest donné
Espace de noms: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
public UITestInterpreterCore(
UITest uiTest
)
public:
UITestInterpreterCore(
UITest^ uiTest
)
new :
uiTest:UITest -> UITestInterpreterCore
Public Sub New (
uiTest As UITest
)
Paramètres
- uiTest
UITest à interpréter.
Voir aussi
UITestInterpreterCore, classe
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration, espace de noms
Retour au début