Table of Contents

Interface ITestIterableActivity

Namespace
Ranorex.Core.Reporting
Assembly
Ranorex.Core.dll
public interface ITestIterableActivity : IActivity
Inherited Members

Properties

Data

Returns the current 'data row' or 'parameters'.

IDictionary<string, string> Data { get; }

Property Value

IDictionary<string, string>

EntryActivityType

Returns the TestEntryActivityType of this activity.

TestEntryActivityType EntryActivityType { get; }

Property Value

TestEntryActivityType

ExecuteType

Returns the ActivityExecType of this activity.

ActivityExecType ExecuteType { get; }

Property Value

ActivityExecType

FullDisplayName

Returns the container name including the run or data iteration info.

string FullDisplayName { get; }

Property Value

string

Index

Returns the current iteration index (starts at one by convention).

int Index { get; }

Property Value

int