ITestSessionContext Interface

Definition

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.

Applies to