22 #ifndef ROBOTTESTINGFRAMEWORK_PYTHONPLUGINLOADER_H 23 #define ROBOTTESTINGFRAMEWORK_PYTHONPLUGINLOADER_H 63 void close()
override;
78 #endif // ROBOTTESTINGFRAMEWORK_PYTHONPLUGINLOADER_H std::string getLastError() override
getLastError gets the last error if any.
The PluginLoader is an abstract class for loading a test case plug-in and gives the direct access to ...
PythonPluginLoader()
PythonPluginLoader constructor.
TestCase * open(const std::string filename) override
open Loads a test case plugin
The PythonPluginLoader loads a Python test case plug-in and gives the direct access to the TestCase...
virtual ~PythonPluginLoader()
PythonPluginLoader destructor.
The base class to implememnt a test case.
void close() override
close Unloads the plugin and deletes any allocated memory.