RanorexRanorex Documentation
IModule Interface
NamespacesRanorex.Core.TestingIModule
Represents a module within a test case (see ITestCase).
Declaration Syntax
C#Visual BasicVisual C++
public interface IModule
Public Interface IModule
public interface class IModule
Members
All MembersProperties



IconMemberDescription
HasWarnings
Gets a value indicating whether this instance has warnings.

IsSetup
Gets a value indicating whether this instance is a setup module.

IsTeardown
Gets a value indicating whether this instance is a teardown module.

Name
Gets the name of the module.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)