RanorexRanorex Documentation
TestModuleRunner Class
NamespacesRanorex.Core.TestingTestModuleRunner
Provides functionality to execute ITestModule instances.
Declaration Syntax
C#Visual BasicVisual C++
public class TestModuleRunner
Public Class TestModuleRunner
public ref class TestModuleRunner
Members
All MembersConstructorsMethods



IconMemberDescription
TestModuleRunner(ITestModule)
Initializes a new instance of the TestModuleRunner class with a specified test module instance.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Run()()()
Runs the configured test module instance, providing data binding to its public properties marked with the TestVariableAttribute.

Run(ITestModule, CommandLine)
Runs the specified test module instance, providing data binding to its public properties marked with the TestVariableAttribute. Additionally, parameters are parsed from the specified CommandLine and matching public properties are set.

Run(ITestModule)
Runs the specified test module instance, providing data binding to its public properties marked with the TestVariableAttribute.

RunStandalone(ITestModule, String, Boolean)
Runs the specified module instance in a standalone context and sets up reporting.

RunStandalone(ITestModule, String, Boolean, String, CaseInsensitiveString)
Runs the specified module instance in a standalone context. For Ranorex internal use only.

SetReferencedAssemblies(array<String>[]()[])
Sets a list of additionally referenced assemblies.

SetupStandalone(String)
Sets up a standalone module run. Assembly names can be passed for additionally needed references, separated by a pipe ('|') character.

ToString()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TestModuleRunner

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