Interface ITestEntryIterationContainerActivity
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
EntryName
Returns the 'test case', 'smart folder', or 'test module' name contained in this activity.
string EntryName { get; }
Property Value
IterationCount
Returns the 'test case', 'smart folder', or 'test module' run or data iteration count.
int IterationCount { get; }
Property Value
IterationExecuteType
Returns the IterationExecType of this Activity.
IterationExecType IterationExecuteType { get; }