TestExecutionRequest(TestSessionContext, ITestExecutionFilter) Constructor
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.
Initializes a new instance of the TestExecutionRequest class.
protected TestExecutionRequest(Microsoft.Testing.Platform.TestHost.TestSessionContext session, Microsoft.Testing.Platform.Requests.ITestExecutionFilter filter);
new Microsoft.Testing.Platform.Requests.TestExecutionRequest : Microsoft.Testing.Platform.TestHost.TestSessionContext * Microsoft.Testing.Platform.Requests.ITestExecutionFilter -> Microsoft.Testing.Platform.Requests.TestExecutionRequest
Protected Sub New (session As TestSessionContext, filter As ITestExecutionFilter)
Parameters
- session
- TestSessionContext
The test session context.
- filter
- ITestExecutionFilter
The test execution filter.