Metodo IBaseAdapter.Run
chiamato per eseguire un test case.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintassi
'Dichiarazione
Sub Run ( _
testElement As ITestElement, _
testContext As ITestContext _
)
void Run(
ITestElement testElement,
ITestContext testContext
)
void Run(
ITestElement^ testElement,
ITestContext^ testContext
)
abstract Run :
testElement:ITestElement *
testContext:ITestContext -> unit
function Run(
testElement : ITestElement,
testContext : ITestContext
)
Parametri
- testElement
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
L'elemento di test che indichi adattatore da caricare.
- testContext
Tipo: Microsoft.VisualStudio.TestTools.Execution.ITestContext
il contesto per l'adattatore.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.