Table of Contents

Interface IIterable

Namespace
Ranorex.Core.Testing
Assembly
Ranorex.Core.dll

Represents the run iteration interface of a TestSuiteEntry

public interface IIterable

Properties

RunIterationCount

The number of times to run the TestSuiteEntry.

int RunIterationCount { get; }

Property Value

int