RetryContext Struct

Definition

Represents the context for a test retry.

public readonly struct RetryContext
type RetryContext = struct
Public Structure RetryContext
Inheritance
RetryContext

Properties

ExecuteTaskGetter

Gets the function that will execute the test asynchronously.

FirstRunResults

Gets the test results of the initial run that failed.

Applies to