ITestSessionContext Interface
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.
Interface representing the context of a test session. It's used in ITestSessionLifetimeHandler to provide information about the session.
public interface ITestSessionContext
type ITestSessionContext = interface
Public Interface ITestSessionContext
Properties
| Name | Description |
|---|---|
| CancellationToken |
Gets the cancellation token for the test session. |
| SessionUid |
Gets a unique identifier for the test session. |