ITestCaseResultRepetitions Property

Gets the results of repetitions of this test case. Items count is determined by the Repeat property of the original test, unless Error returns a non- value. Order of the items is the original execution order.

Definition

Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
IReadOnlyList<ITestCaseRepetition>? Repetitions { get; }

Property Value

IReadOnlyListITestCaseRepetition

See Also