RetryContext.FirstRunResults Property

Definition

Gets the test results of the initial run that failed.

public Microsoft.VisualStudio.TestTools.UnitTesting.TestResult[] FirstRunResults { get; }
member this.FirstRunResults : Microsoft.VisualStudio.TestTools.UnitTesting.TestResult[]
Public ReadOnly Property FirstRunResults As TestResult()

Property Value

Microsoft.VisualStudio.TestTools.UnitTesting.TestResult[]

Applies to