C# Класс Ranorex.Module.TransformReport

Наследование: ITestModule
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ITestModule() публичный Метод

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
Результат void

TransformReport() публичный Метод

Constructs a new instance.
public TransformReport ( ) : System
Результат System