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