RetryContext.FirstRunResults Property
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.
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[]