Partager via


ILoadTestAdapter.LoadRun, méthode

Méthode Run thread-safe.

Espace de noms :  Microsoft.VisualStudio.TestTools.TestAdapter
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
Sub LoadRun ( _
    testElement As ITestElement, _
    testContext As ITestContext _
)
void LoadRun(
    ITestElement testElement,
    ITestContext testContext
)
void LoadRun(
    ITestElement^ testElement, 
    ITestContext^ testContext
)
abstract LoadRun : 
        testElement:ITestElement * 
        testContext:ITestContext -> unit 
function LoadRun(
    testElement : ITestElement, 
    testContext : ITestContext
)

Paramètres

Notes

Si un adaptateur de test implémente cette méthode, il doit être thread-safe.

Sécurité .NET Framework

Voir aussi

Référence

ILoadTestAdapter Interface

Microsoft.VisualStudio.TestTools.TestAdapter, espace de noms