Class TestContainerActivity
Represents an Activity for the 'smart folder' and 'test case'.
public sealed class TestContainerActivity : Activity, IReportItem, ITestContainerActivity, ITestIterableActivity, IActivity
- Inheritance
-
TestContainerActivity
- Implements
- Inherited Members
Properties
AbsoluteDisplayName
Returns the container name including the run or data iteration info, concatenated with the parent/s FullDisplayName.
public string AbsoluteDisplayName { get; }
Property Value
ContainerActivityType
Returns the TestContainerActivityType of the ITestContainer for this activity.
public TestContainerActivityType ContainerActivityType { get; }
Property Value
ContainerName
Returns the 'test case' or 'smart folder' name.
public string ContainerName { get; }
Property Value
Data
Returns the current 'data row' or 'parameters'.
public IDictionary<string, string> Data { get; }
Property Value
DataIterationCount
Returns the 'test case', 'smart folder', or 'test module' total 'data' iteration count.
public int DataIterationCount { get; }
Property Value
DetailMessage
Returns the detailed message of this activity.
public override string DetailMessage { get; }
Property Value
ExecuteType
Returns the ActivityExecType of this activity.
public ActivityExecType ExecuteType { get; }
Property Value
FullDisplayName
Returns the container name including the run or data iteration info.
public string FullDisplayName { get; }
Property Value
ParameterMasks
public IDictionary<string, string> ParameterMasks { get; }
Property Value
ParentContainer
Returns the parent ITestContainerActivity.
public ITestContainerActivity ParentContainer { get; }
Property Value
ResultSummary
Returns the err and or warning summary of ITestContainerActivity
public string ResultSummary { get; }
Property Value
RunIterationCount
Returns the 'test case', 'smart folder', or 'test module' total 'run' iteration count.
public int RunIterationCount { get; }
Property Value
TestContainer
Returns the 'test case' or 'smart folder' instance for this activity.
public ITestContainer TestContainer { get; }
Property Value
TotalIterationCount
Returns the 'test case', 'smart folder', or 'test module' total 'run' and 'data' iteration count.
public int TotalIterationCount { get; }
Property Value
TypeName
protected override string TypeName { get; }
Property Value
Methods
DecorateXml(XmlPrinter)
protected override void DecorateXml(XmlPrinter printer)
Parameters
printerXmlPrinter