22 #ifndef ROBOTTESTINGFRAMEWORK_LUAPLUGINLOADER_H 23 #define ROBOTTESTINGFRAMEWORK_LUAPLUGINLOADER_H 62 void close()
override;
77 #endif // ROBOTTESTINGFRAMEWORK_LUAPLUGINLOADER_H
TestCase * open(const std::string filename) override
open Loads a test case plugin
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.
std::string getLastError() override
getLastError gets the last error if any.
The LuaPluginLoader loads an test case plug-in and gives the direct access to the TestCase...
LuaPluginLoader()
LuaPluginLoader constructor.
~LuaPluginLoader() override
LuaPluginLoader destructor.
void close() override
close Unloads the plugin and deletes any allocated memory.