RobotTestingFramework
2.0.1
Robot Testing Framework
|
The LuaPluginLoader loads an test case plug-in and gives the direct access to the TestCase. More...
#include <robottestingframework/lua/LuaPluginLoader.h>
Public Member Functions | |
LuaPluginLoader () | |
LuaPluginLoader constructor. More... | |
~LuaPluginLoader () override | |
LuaPluginLoader destructor. More... | |
TestCase * | open (const std::string filename) override |
open Loads a test case plugin More... | |
void | close () override |
close Unloads the plugin and deletes any allocated memory. More... | |
std::string | getLastError () override |
getLastError gets the last error if any. More... | |
Public Member Functions inherited from robottestingframework::plugin::PluginLoader | |
PluginLoader ()=default | |
PluginLoader constructor. More... | |
virtual | ~PluginLoader ()=default |
PluginLoader destructor. More... | |
Private Attributes | |
void * | implementation |
The LuaPluginLoader loads an test case plug-in and gives the direct access to the TestCase.
Definition at line 37 of file LuaPluginLoader.h.
robottestingframework::plugin::LuaPluginLoader::LuaPluginLoader | ( | ) |
LuaPluginLoader constructor.
|
override |
LuaPluginLoader destructor.
|
overridevirtual |
close Unloads the plugin and deletes any allocated memory.
Implements robottestingframework::plugin::PluginLoader.
|
overridevirtual |
getLastError gets the last error if any.
Implements robottestingframework::plugin::PluginLoader.
|
overridevirtual |
open Loads a test case plugin
filename | the plugin filename |
Implements robottestingframework::plugin::PluginLoader.
|
private |
Definition at line 71 of file LuaPluginLoader.h.