GildedRose-Refactoring-Kata/cpp/test
tbeu 73a51ef14f Fix C++ code smells
* Move "using namespace std;" from header to module file (to no longer pollute the global namespace).
* Fix inconsistency of having namespace prefix in test code.
* Add include guard to GildedRose.h.
* Avoid std::endl.
* Have consistent white-space.
2025-02-12 20:56:22 +01:00
..
cpp_catch2_approvaltest Fix C++ code smells 2025-02-12 20:56:22 +01:00
cpp_catch2_unittest Fix C++ code smells 2025-02-12 20:56:22 +01:00
cpp_googletest_approvaltest Fix C++ code smells 2025-02-12 20:56:22 +01:00
cpp_googletest_unittest Fix C++ code smells 2025-02-12 20:56:22 +01:00
cpp_texttest Fix C++ code smells 2025-02-12 20:56:22 +01:00
third_party Restructure build targets of CMake configuration 2025-02-11 23:04:23 +01:00
CMakeLists.txt Restructure build targets of CMake configuration 2025-02-11 23:04:23 +01:00