ITestFramework.ExecuteRequestAsync(ExecuteRequestContext) Method
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.
Ask to the test framework to execute a test execution request.
public System.Threading.Tasks.Task ExecuteRequestAsync(Microsoft.Testing.Platform.Extensions.TestFramework.ExecuteRequestContext context);
abstract member ExecuteRequestAsync : Microsoft.Testing.Platform.Extensions.TestFramework.ExecuteRequestContext -> System.Threading.Tasks.Task
Public Function ExecuteRequestAsync (context As ExecuteRequestContext) As Task
Parameters
- context
- ExecuteRequestContext
The test execution request context.