21#ifndef ROBOTTESTINGFRAMEWORK_PLUGINLOADER_H
22#define ROBOTTESTINGFRAMEWORK_PLUGINLOADER_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 ...
virtual std::string getLastError()=0
getLastError gets the last error if any.
virtual void close()=0
close Unloads the plugin and deletes any allocated memory.
PluginLoader()=default
PluginLoader constructor.
virtual TestCase * open(const std::string filename)=0
open Loads a test case plugin
virtual ~PluginLoader()=default
PluginLoader destructor.