22#ifndef ROBOTTESTINGFRAMEWORK_DLLFIXTUREPLUGINLOADER_H
23#define ROBOTTESTINGFRAMEWORK_DLLFIXTUREPLUGINLOADER_H
The FixtureManager can be used to to setup any fixture which is required for the tests before executi...
The DllFixturePluginLoader loads an test case plug-in and gives the direct access to the TestCase.
std::string getLastError()
getLastError gets the last error if any.
void close()
close Unloads the plugin and deletes any allocated memory.
FixtureManager * open(const std::string filename)
open Loads a test case plugin
virtual ~DllFixturePluginLoader()
DllFixturePluginLoader destructor.
DllFixturePluginLoader()
DllFixturePluginLoader constructor.