Table of Contents

Class SetupNode

Namespace
Ranorex.Core.Testing
Assembly
Ranorex.Core.dll
public sealed class SetupNode : TestSuiteEntryContainer, IRunnable
Inheritance
SetupNode
Implements
Inherited Members
Extension Methods

Constructors

SetupNode()

public SetupNode()

Properties

DisplayName

public override string DisplayName { get; }

Property Value

string

Methods

DoGetFactoryIdentifier()

protected override string DoGetFactoryIdentifier()

Returns

string

Run(DataContext, bool)

The execution method.

public TestResult Run(DataContext parentDataContext, bool childSkip)

Parameters

parentDataContext DataContext

The parent data context.

childSkip bool

if set to true child node execution is skipped.

Returns

TestResult

TestResult.

ThrowIfNameNotOk(string)

protected override void ThrowIfNameNotOk(string value)

Parameters

value string