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.
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
IReadOnlyList<ITestCaseRepetition>? Repetitions { get; }
ReadOnly Property Repetitions As IReadOnlyList(Of ITestCaseRepetition)
Get
property IReadOnlyList<ITestCaseRepetition^>^ Repetitions {
IReadOnlyList<ITestCaseRepetition^>^ get ();
}
abstract Repetitions : IReadOnlyList<ITestCaseRepetition> with get
Property Value
IReadOnlyListITestCaseRepetition