Simple C++11 unit test file using assert() to verify I18n functionality.
More...
#include <iostream>
#include <string>
#include <cassert>
#include <cstdlib>
#include "I18n.hpp"
#include "SupportedLocales.hpp"
#include "SystemCode.hpp"
Simple C++11 unit test file using assert() 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-06
◆ main()
◆ runTest()
void runTest |
( |
const std::string & |
name, |
|
|
void(*)() |
testFunc |
|
) |
| |
◆ test_DefaultLocaleFirst()
void test_DefaultLocaleFirst |
( |
| ) |
|
◆ test_DefaultLocaleSystem()
void test_DefaultLocaleSystem |
( |
| ) |
|
◆ test_DefautLocaleEn()
void test_DefautLocaleEn |
( |
| ) |
|
◆ test_SetupLocaleFr()
void test_SetupLocaleFr |
( |
| ) |
|