IHostAdapter-Schnittstelle
Schnittstelle für die Unterstützung der Testausführung in einer Hostanwendung.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Interface IHostAdapter
public interface IHostAdapter
public interface class IHostAdapter
type IHostAdapter = interface end
public interface IHostAdapter
Der IHostAdapter-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
GetTestAdapter | Lädt den Testadapter für das angegebene Testelement und den Testlaufkontext und gibt ihn zurück. |
Zum Seitenanfang