RunTestExecutionRequest Class

Definition

Represents a request to run test execution.

public class RunTestExecutionRequest : Microsoft.Testing.Platform.Requests.TestExecutionRequest
type RunTestExecutionRequest = class
    inherit TestExecutionRequest
Public Class RunTestExecutionRequest
Inherits TestExecutionRequest
Inheritance
RunTestExecutionRequest

Constructors

Name Description
RunTestExecutionRequest(TestSessionContext, ITestExecutionFilter)

Represents a request to run test execution.

RunTestExecutionRequest(TestSessionContext)

Initializes a new instance of the RunTestExecutionRequest class.

Properties

Name Description
Filter

Gets the test execution filter.

(Inherited from TestExecutionRequest)
Session

Gets the test session context.

(Inherited from TestExecutionRequest)

Applies to