Interface ITestIterableActivity
public interface ITestIterableActivity : IActivity
- Inherited Members
Properties
Data
Returns the current 'data row' or 'parameters'.
IDictionary<string, string> Data { get; }
Property Value
EntryActivityType
Returns the TestEntryActivityType of this activity.
TestEntryActivityType EntryActivityType { get; }
Property Value
ExecuteType
Returns the ActivityExecType of this activity.
ActivityExecType ExecuteType { get; }
Property Value
FullDisplayName
Returns the container name including the run or data iteration info.
string FullDisplayName { get; }
Property Value
Index
Returns the current iteration index (starts at one by convention).
int Index { get; }