| 2 | #include "gtest/gtest.h" |
| 3 | |
| 4 | class TestBoolean : public ::testing::Test { |
| 5 | protected: |
| 6 | void SetUp() override; |
| 7 | |
| 8 | protected: |
| 9 | CSimpleIniA ini; |
| 10 | }; |
| 11 | |
| 12 | void TestBoolean::SetUp() { ini.SetUnicode(); } |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected