IHostAdapter Interface

Definition

Interface to provide support for test execution in a host application.

public interface class IHostAdapter
public interface IHostAdapter
type IHostAdapter = interface
Public Interface IHostAdapter

Methods

GetTestAdapter(ITestElement, IRunContext)

Loads and returns the test adapter for the given test element and run context.

Applies to