Table of Contents

Interface ITestEntryIterationContainerActivity

Namespace
Ranorex.Core.Reporting
Assembly
Ranorex.Core.dll

The public interface of the Ranorex.Core.Reporting.TestEntryIterationContainerActivity

public interface ITestEntryIterationContainerActivity : IActivity
Inherited Members

Properties

EntryActivityType

Returns the TestEntryActivityType of the activity contained in this activity.

TestEntryActivityType EntryActivityType { get; }

Property Value

TestEntryActivityType

EntryName

Returns the 'test case', 'smart folder', or 'test module' name contained in this activity.

string EntryName { get; }

Property Value

string

IterationCount

Returns the 'test case', 'smart folder', or 'test module' run or data iteration count.

int IterationCount { get; }

Property Value

int

IterationExecuteType

Returns the IterationExecType of this Activity.

IterationExecType IterationExecuteType { get; }

Property Value

IterationExecType