Table of Contents

Interface IModule

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

Represents a module within a test (see ITestContainer).

public interface IModule : IIterable
Inherited Members

Properties

HasWarnings

Gets a value indicating whether this instance has warnings.

bool HasWarnings { get; }

Property Value

bool

true if this instance has warnings; otherwise, false.

Name

Gets the name of the module.

string Name { get; }

Property Value

string

The module name.