Table of Contents

Class TestContainerActivity

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

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

string

ContainerActivityType

Returns the TestContainerActivityType of the ITestContainer for this activity.

public TestContainerActivityType ContainerActivityType { get; }

Property Value

TestContainerActivityType

ContainerName

Returns the 'test case' or 'smart folder' name.

public string ContainerName { get; }

Property Value

string

Data

Returns the current 'data row' or 'parameters'.

public IDictionary<string, string> Data { get; }

Property Value

IDictionary<string, string>

DataIterationCount

Returns the 'test case', 'smart folder', or 'test module' total 'data' iteration count.

public int DataIterationCount { get; }

Property Value

int

DetailMessage

Returns the detailed message of this activity.

public override string DetailMessage { get; }

Property Value

string

ExecuteType

Returns the ActivityExecType of this activity.

public ActivityExecType ExecuteType { get; }

Property Value

ActivityExecType

FullDisplayName

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

public string FullDisplayName { get; }

Property Value

string

ParameterMasks

public IDictionary<string, string> ParameterMasks { get; }

Property Value

IDictionary<string, string>

ParentContainer

Returns the parent ITestContainerActivity.

public ITestContainerActivity ParentContainer { get; }

Property Value

ITestContainerActivity

ResultSummary

Returns the err and or warning summary of ITestContainerActivity

public string ResultSummary { get; }

Property Value

string

RunIterationCount

Returns the 'test case', 'smart folder', or 'test module' total 'run' iteration count.

public int RunIterationCount { get; }

Property Value

int

TestContainer

Returns the 'test case' or 'smart folder' instance for this activity.

public ITestContainer TestContainer { get; }

Property Value

ITestContainer

TotalIterationCount

Returns the 'test case', 'smart folder', or 'test module' total 'run' and 'data' iteration count.

public int TotalIterationCount { get; }

Property Value

int

TypeName

protected override string TypeName { get; }

Property Value

string

Methods

DecorateXml(XmlPrinter)

protected override void DecorateXml(XmlPrinter printer)

Parameters

printer XmlPrinter