RobotTestingFramework
2.0.1
Robot Testing Framework
|
The DllPluginLoader loads an test case plug-in and gives the direct access to the TestCase. More...
#include <robottestingframework/dll/DllPluginLoader.h>
Public Member Functions | |
DllPluginLoader () | |
DllPluginLoader constructor. More... | |
~DllPluginLoader () override | |
DllPluginLoader 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 DllPluginLoader loads an test case plug-in and gives the direct access to the TestCase.
Definition at line 37 of file DllPluginLoader.h.
robottestingframework::plugin::DllPluginLoader::DllPluginLoader | ( | ) |
DllPluginLoader constructor.
|
override |
DllPluginLoader 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 72 of file DllPluginLoader.h.