string
typedef std::map<std::string, CppUnit::Test*> TestMap;
typedef std::map<std::string, CppUnit::TestSuite*> SuiteMap;
typedef std::map<std::string, BThreadManager<TestClass, ExpectedException> *> ThreadManagerMap;
typedef std::pair<std::string,std::string> Attribute;
typedef std::map<std::string, TestFactory *> Factories;
typedef std::map<std::string, service*> ServiceNameMap;
typedef std::map<std::string, Command*> CommandMap;