RunTestExecutionRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |