Share via


ITestApplication Interface

Definition

Represents an interface for a test application.

public interface ITestApplication : IDisposable
type ITestApplication = interface
    interface IDisposable
Public Interface ITestApplication
Implements IDisposable
Derived
Implements

Methods

RunAsync()

Runs the test application asynchronously.

Applies to