Table of Contents

Class TestEntryContainerActivity

Namespace
Ranorex.Core.Reporting
Assembly
Ranorex.Core.dll

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

string

FullDisplayName

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

public string FullDisplayName { get; }

Property Value

string

TypeName

protected override string TypeName { get; }

Property Value

string

Methods

DecorateXml(XmlPrinter)

protected override void DecorateXml(XmlPrinter printer)

Parameters

printer XmlPrinter