Consistent naming scheme for unit test
Changes: * Rename .cpp .h and target from footest or whatever to test_foo * Rename class from FooTest to TestFoo * Adapt headers guardians if needed REVIEW: 119795 CCBUG: 337282
Showing
- interfaces/tests/CMakeLists.txt 7 additions, 7 deletionsinterfaces/tests/CMakeLists.txt
- language/backgroundparser/tests/CMakeLists.txt 5 additions, 5 deletionslanguage/backgroundparser/tests/CMakeLists.txt
- language/codegen/tests/CMakeLists.txt 5 additions, 5 deletionslanguage/codegen/tests/CMakeLists.txt
- language/duchain/tests/CMakeLists.txt 18 additions, 18 deletionslanguage/duchain/tests/CMakeLists.txt
- language/duchain/tests/test_benchhashes.cpp 15 additions, 16 deletionslanguage/duchain/tests/test_benchhashes.cpp
- language/duchain/tests/test_benchhashes.h 4 additions, 4 deletionslanguage/duchain/tests/test_benchhashes.h
- language/duchain/tests/test_duchainshutdown.cpp 2 additions, 2 deletionslanguage/duchain/tests/test_duchainshutdown.cpp
- language/duchain/tests/test_duchainshutdown.h 2 additions, 2 deletionslanguage/duchain/tests/test_duchainshutdown.h
- language/highlighting/tests/CMakeLists.txt 5 additions, 5 deletionslanguage/highlighting/tests/CMakeLists.txt
- plugins/git/tests/CMakeLists.txt 5 additions, 5 deletionsplugins/git/tests/CMakeLists.txt
- plugins/git/tests/test_git.cpp 1 addition, 1 deletionplugins/git/tests/test_git.cpp
- plugins/git/tests/test_git.h 0 additions, 0 deletionsplugins/git/tests/test_git.h
- plugins/grepview/tests/CMakeLists.txt 5 additions, 5 deletionsplugins/grepview/tests/CMakeLists.txt
- plugins/grepview/tests/test_findreplace.cpp 18 additions, 18 deletionsplugins/grepview/tests/test_findreplace.cpp
- plugins/grepview/tests/test_findreplace.h 5 additions, 5 deletionsplugins/grepview/tests/test_findreplace.h
- plugins/projectfilter/tests/CMakeLists.txt 4 additions, 4 deletionsplugins/projectfilter/tests/CMakeLists.txt
- plugins/quickopen/tests/CMakeLists.txt 12 additions, 12 deletionsplugins/quickopen/tests/CMakeLists.txt
- plugins/quickopen/tests/test_quickopen.cpp 10 additions, 11 deletionsplugins/quickopen/tests/test_quickopen.cpp
- plugins/quickopen/tests/test_quickopen.h 5 additions, 5 deletionsplugins/quickopen/tests/test_quickopen.h
- plugins/quickopen/tests/test_quickopenbench.cpp 14 additions, 15 deletionsplugins/quickopen/tests/test_quickopenbench.cpp
Loading
Please register or sign in to comment