![]() |
PhoenixGenerator
2.0.0
Set of tools to generate code
|
#include "project_generator.h"
Go to the source code of this file.
Functions | |
bool | project_wrapper_moduleGeneratorTest (const PPath &modulePath, const ProjectConfig &projectConfig, const PString &baseImplInclude, const std::vector< PClassConfig > &vecClassConfig, const PVecPath &vecInclude) |
Generate the unit tests of the project. More... | |
bool project_wrapper_moduleGeneratorTest | ( | const PPath & | projectPath, |
const ProjectConfig & | projectConfig, | ||
const PString & | moduleName, | ||
const std::vector< PClassConfig > & | vecClassConfig, | ||
const PVecPath & | vecInclude | ||
) |
Generate the unit tests of the project.
projectPath | : path of the module |
projectConfig | : config of the project |
moduleName | : name of the module |
vecClassConfig | : vector of class confoguration |
vecInclude | : vector of includes |
Definition at line 169 of file wrapper_test.cpp.
References PPath::createDirectory(), and project_wrapper_allClassTest().
Referenced by project_wrapper_generator().