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