Condividi tramite


RetryContext Struct

Definizione

Rappresenta il contesto per un nuovo tentativo di test.

public readonly struct RetryContext
[System.Diagnostics.CodeAnalysis.Experimental("MSTESTEXP", UrlFormat="https://aka.ms/mstest/diagnostics#{0}")]
[System.Runtime.CompilerServices.IsReadOnly]
[System.Runtime.CompilerServices.Nullable(0)]
public readonly struct RetryContext
type RetryContext = struct
[<System.Diagnostics.CodeAnalysis.Experimental("MSTESTEXP", UrlFormat="https://aka.ms/mstest/diagnostics#{0}")>]
[<System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type RetryContext = struct
Public Structure RetryContext
Ereditarietà
RetryContext
Attributi

Proprietà

Nome Descrizione
ExecuteTaskGetter

Ottiene la funzione che eseguirà il test in modo asincrono.

FirstRunResults

Ottiene i risultati del test dell'esecuzione iniziale non riuscita.

Si applica a