Table of Contents

Class FolderNode

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

Constructors

FolderNode()

public FolderNode()

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