RobotTestingFramework
2.0.1
Robot Testing Framework
|
#include "SharedLibraryClass.h"
Go to the source code of this file.
Macros | |
#define | ROBOTTESTINGFRAMEWORK_PLUGIN_FACTORY_NAME "robottestingframework_dll_factory" |
#define | ROBOTTESTINGFRAMEWORK_FIXTURE_FACTORY_NAME "robottestingframework_fixture_factory" |
#define | ROBOTTESTINGFRAMEWORK_PREPARE_PLUGIN(classname) SHLIBPP_DEFINE_SHARED_SUBCLASS(robottestingframework_dll_factory, classname, classname) |
#define | ROBOTTESTINGFRAMEWORK_PREPARE_FIXTURE_PLUGIN(classname) SHLIBPP_DEFINE_SHARED_SUBCLASS(robottestingframework_fixture_factory, classname, classname) |
#define ROBOTTESTINGFRAMEWORK_FIXTURE_FACTORY_NAME "robottestingframework_fixture_factory" |
#define ROBOTTESTINGFRAMEWORK_PLUGIN_FACTORY_NAME "robottestingframework_dll_factory" |
#define ROBOTTESTINGFRAMEWORK_PREPARE_FIXTURE_PLUGIN | ( | classname | ) | SHLIBPP_DEFINE_SHARED_SUBCLASS(robottestingframework_fixture_factory, classname, classname) |
#define ROBOTTESTINGFRAMEWORK_PREPARE_PLUGIN | ( | classname | ) | SHLIBPP_DEFINE_SHARED_SUBCLASS(robottestingframework_dll_factory, classname, classname) |