22#ifndef ROBOTTESTINGFRAMEWORK_LUAPLUGINLOADER_H
23#define ROBOTTESTINGFRAMEWORK_LUAPLUGINLOADER_H
The base class to implememnt a test case.
LuaPluginLoader()
LuaPluginLoader constructor.
~LuaPluginLoader() override
LuaPluginLoader destructor.
std::string getLastError() override
getLastError gets the last error if any.
TestCase * open(const std::string filename) override
open Loads a test case plugin
void close() override
close Unloads the plugin and deletes any allocated memory.
PluginLoader()=default
PluginLoader constructor.