| 5 | #include <limits> |
| 6 | |
| 7 | class TestNumeric : public ::testing::Test { |
| 8 | protected: |
| 9 | void SetUp() override; |
| 10 | |
| 11 | protected: |
| 12 | CSimpleIniA ini; |
| 13 | }; |
| 14 | |
| 15 | void TestNumeric::SetUp() { ini.SetUnicode(); } |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected