TestExecutionRequest Class

Definition

Represents a request for test execution.

public abstract class TestExecutionRequest : Microsoft.Testing.Platform.Requests.IRequest
type TestExecutionRequest = class
    interface IRequest
Public MustInherit Class TestExecutionRequest
Implements IRequest
Inheritance
TestExecutionRequest
Derived
Implements

Constructors

Name Description
TestExecutionRequest(TestSessionContext, ITestExecutionFilter)

Initializes a new instance of the TestExecutionRequest class.

Properties

Name Description
Filter

Gets the test execution filter.

Session

Gets the test session context.

Applies to