Open-Infra-Platform icon indicating copy to clipboard operation
Open-Infra-Platform copied to clipboard

[REF] Unit tests' namespace

Open pjanck opened this issue 4 years ago • 0 comments

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 UnitTesting within the OIP namespace:

      namespace OpenInfraPlatform {
      namespace UnitTesting {
      ... }}
    
  • [ ] Prepare a namespace.h with defines, similar to other projects.

  • [ ] Update all visual unit tests.

pjanck avatar Feb 21 '21 08:02 pjanck