Loops Property

Gets or sets the number of times the test item will be run at runtime.

Type: ITestItem

Namespace: XJTAG.Integration.XJRunner

Syntax

public abstract uint Loops { get; set; }

Type

uint

Remarks

If set to 0 and the LoopContinuously property is set to false, the test will not run. If the LoopContinuously property is set to true, this property is ignored.