21 #ifndef ROBOTTESTINGFRAMEWORK_PLUGINLOADER_H 22 #define ROBOTTESTINGFRAMEWORK_PLUGINLOADER_H 61 virtual void close() = 0;
73 #endif // ROBOTTESTINGFRAMEWORK_PLUGINLOADER_H
The PluginLoader is an abstract class for loading a test case plug-in and gives the direct access to ...
The base class to implememnt a test case.
virtual void close()=0
close Unloads the plugin and deletes any allocated memory.
virtual TestCase * open(const std::string filename)=0
open Loads a test case plugin
virtual ~PluginLoader()=default
PluginLoader destructor.
virtual std::string getLastError()=0
getLastError gets the last error if any.
PluginLoader()=default
PluginLoader constructor.