Class TestEntryContainerActivity
An Activity to substitute or show iterations in the test report. It can also be used as a generic Activity to substitute an Activity of TestEntryActivityType
public sealed class TestEntryContainerActivity : Activity, IReportItem, ITestIterableActivity, IActivity
- Inheritance
-
TestEntryContainerActivity
- Implements
- Inherited Members
Remarks
This is usually used to substitute TestContainerActivity of TestCase when preforming run iterations of data iterations; or, to wrap a TestModule when ran as a stand alone module.
Properties
DetailMessage
Returns the detailed message of this activity.
public override string DetailMessage { get; }
Property Value
FullDisplayName
Returns the container name including the run or data iteration info.
public string FullDisplayName { get; }
Property Value
TypeName
protected override string TypeName { get; }
Property Value
Methods
DecorateXml(XmlPrinter)
protected override void DecorateXml(XmlPrinter printer)
Parameters
printerXmlPrinter