Simple C++20 unit test file using gtest to verify I18n functionality.
More...
#include "gtest/gtest.h"
#include "I18n.hpp"
#include "SupportedLocales.hpp"
#include "SystemCode.hpp"
Simple C++20 unit test file using gtest to verify I18n functionality.
- Author
- Perry Chouteau (perry.nosp@m..cho.nosp@m.uteau.nosp@m.@out.nosp@m.look..nosp@m.com)
- Date
- 2025-10-05
◆ TEST() [1/4]
TEST |
( |
I18nTest |
, |
|
|
DefaultLocaleFirst_3 |
|
|
) |
| |
◆ TEST() [2/4]
TEST |
( |
I18nTest |
, |
|
|
DefaultLocaleSystem_1 |
|
|
) |
| |
◆ TEST() [3/4]
TEST |
( |
I18nTest |
, |
|
|
DefautLocaleEn_2 |
|
|
) |
| |
◆ TEST() [4/4]
TEST |
( |
I18nTest |
, |
|
|
SetupLocaleFr_4 |
|
|
) |
| |