C# Class Ranorex.Module.TransformReport

Inheritance: ITestModule
Datei anzeigen Open project: ranorex/Ranorex-To-XUnit

Public Methods

Method Description
ITestModule ( ) : void

Performs the playback of actions in this module.

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

TransformReport ( ) : System

Constructs a new instance.

Method Details

ITestModule() public method

Performs the playback of actions in this module.
You should not call this method directly, instead pass the module instance to the TestModuleRunner.Run(ITestModule) method that will in turn invoke this method.
public ITestModule ( ) : void
return void

TransformReport() public method

Constructs a new instance.
public TransformReport ( ) : System
return System