TestResultAggregation.CurrentTestIndex Property

Definition

Represents the index of the current test result in the array of test results, if this is an intermediate result instead of a final result.

public:
 property int CurrentTestIndex { int get(); };
public int CurrentTestIndex { get; }
member this.CurrentTestIndex : int
Public ReadOnly Property CurrentTestIndex As Integer

Property Value

The index of the current test result in the array of test results.

Applies to