Table of Contents

Interface ITestModule

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

A test module that can be executed by calling the Run() method.

public interface ITestModule

Methods

Run()

Executes the module.

void Run()

Remarks

You should not call this method directly, instead pass the module instance to the Run(ITestModule) method that will in turn invoke the Run() method.