Interface ITestContainerActivity
The public read-only interface of the TestContainerActivity Class.
public interface ITestContainerActivity : IActivity
- Inherited Members
Properties
AbsoluteDisplayName
Returns the container name including the run or data iteration info, concatenated with the parent/s FullDisplayName.
string AbsoluteDisplayName { get; }
Property Value
ContainerActivityType
Returns the TestContainerActivityType of the ITestContainer for this activity.
TestContainerActivityType ContainerActivityType { get; }
Property Value
ContainerName
Returns the 'test case' or 'smart folder' name.
string ContainerName { get; }
Property Value
DataIterationCount
Returns the 'test case', 'smart folder', or 'test module' total 'data' iteration count.
int DataIterationCount { 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
ParentContainer
Returns the parent ITestContainerActivity.
ITestContainerActivity ParentContainer { get; }
Property Value
ResultSummary
Returns the err and or warning summary of ITestContainerActivity
string ResultSummary { get; }
Property Value
RunIterationCount
Returns the 'test case', 'smart folder', or 'test module' total 'run' iteration count.
int RunIterationCount { get; }
Property Value
TestContainer
Returns the 'test case' or 'smart folder' instance for this activity.
ITestContainer TestContainer { get; }
Property Value
TotalIterationCount
Returns the 'test case', 'smart folder', or 'test module' total 'run' and 'data' iteration count.
int TotalIterationCount { get; }