Provides functionality to execute ITestModule instances.
| C# | Visual Basic | Visual C++ |
public class TestModuleRunner
Public Class TestModuleRunner
public ref class TestModuleRunner
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| TestModuleRunner(ITestModule) |
Initializes a new instance of the TestModuleRunner class with a specified test module instance.
| |
| Equals(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.) |
| Object | |
| TestModuleRunner | |
