2#include <gtest/gtest.h>
10 return _handler.CreateNewUniqueTopologyNames(alreadySetNames, _folderName, _fileName, 5);
15 return _handler.CreateNewUniqueTopologyNames(alreadySetNames, _folderName, _fileName, 5,7);
20 return _handler.CreateNewUniqueTopologyNames(alreadySetNames, _folderName, _fileName, 5, 1,
true);
34 const std::string _folderName =
"Folder";
35 const std::string _fileName =
"File";
Common methods for all central service handler classes.
Definition BusinessLogicHandler.h:16
Definition FixtureBusinessLogicHandler.h:6
std::string getFileName()
Definition FixtureBusinessLogicHandler.h:24
std::string getFolderName()
Definition FixtureBusinessLogicHandler.h:28
std::vector< std::string > SetAnother5NamesAlwaysNumbered(std::list< std::string > &alreadySetNames)
Definition FixtureBusinessLogicHandler.h:18
std::vector< std::string > SetAnother5Names(std::list< std::string > &alreadySetNames)
Definition FixtureBusinessLogicHandler.h:8
std::vector< std::string > SetAnother5NamesStartWith7(std::list< std::string > &alreadySetNames)
Definition FixtureBusinessLogicHandler.h:13