RobotTestingFramework
2.0.1
Robot Testing Framework
|
The PythonPluginLoader loads a Python test case plug-in and gives the direct access to the TestCase. More...
#include <robottestingframework/python/PythonPluginLoader.h>
Public Member Functions | |
PythonPluginLoader () | |
PythonPluginLoader constructor. More... | |
virtual | ~PythonPluginLoader () |
PythonPluginLoader 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 PythonPluginLoader loads a Python test case plug-in and gives the direct access to the TestCase.
Definition at line 37 of file PythonPluginLoader.h.
robottestingframework::plugin::PythonPluginLoader::PythonPluginLoader | ( | ) |
PythonPluginLoader constructor.
|
virtual |
PythonPluginLoader 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 pyhton plugin filename |
Implements robottestingframework::plugin::PluginLoader.
|
private |
Definition at line 72 of file PythonPluginLoader.h.