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