Table of Contents

Interface IRunnable

Namespace
Ranorex.Core.Testing.Interfaces
Assembly
Ranorex.Core.dll

All TestSuiteEntry classes which can be executed implement this interface.

public interface IRunnable

Methods

Run(DataContext, bool)

The execution method.

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.