Open-Infra-Platform
Open-Infra-Platform copied to clipboard
[REF] Unit tests' namespace
File which is being refactored All visual unit tests + their base classes + helpers.
Looking at the compiled doxymentation, all visual unit tests are missing their namespace.
Tasks
-
[ ] Introduce a new namespace
UnitTestingwithin the OIP namespace:namespace OpenInfraPlatform { namespace UnitTesting { ... }} -
[ ] Prepare a
namespace.hwith defines, similar to other projects. -
[ ] Update all visual unit tests.