DiscoverTestExecutionRequest 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 discover test execution.
public class DiscoverTestExecutionRequest : Microsoft.Testing.Platform.Requests.TestExecutionRequest
type DiscoverTestExecutionRequest = class
inherit TestExecutionRequest
Public Class DiscoverTestExecutionRequest
Inherits TestExecutionRequest
- Inheritance
Constructors
| Name | Description |
|---|---|
| DiscoverTestExecutionRequest(TestSessionContext, ITestExecutionFilter) |
Represents a request to discover test execution. |
| DiscoverTestExecutionRequest(TestSessionContext) |
Initializes a new instance of the DiscoverTestExecutionRequest class. |
Properties
| Name | Description |
|---|---|
| Filter |
Gets the test execution filter. (Inherited from TestExecutionRequest) |
| Session |
Gets the test session context. (Inherited from TestExecutionRequest) |