22#ifndef ROBOTTESTINGFRAMEWORK_RUBYPLUGINLOADER_H
23#define ROBOTTESTINGFRAMEWORK_RUBYPLUGINLOADER_H
The base class to implememnt a test case.
The PluginLoader is an abstract class for loading a test case plug-in and gives the direct access to ...
The RubyPluginLoader loads a ruby test case plug-in and gives the direct access to the TestCase.
RubyPluginLoader()
RubyPluginLoader constructor.
TestCase * open(const std::string filename) override
open Loads a test case plugin
~RubyPluginLoader() override
RubyPluginLoader destructor.
std::string getLastError() override
getLastError gets the last error if any.
void close() override
close Unloads the plugin and deletes any allocated memory.