TestExecutionRequest 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 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. |