MCPcopy Create free account
hub / github.com/brofield/simpleini / TestNumeric

Class TestNumeric

tests/ts-numeric.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <limits>
6
7class TestNumeric : public ::testing::Test {
8protected:
9 void SetUp() override;
10
11protected:
12 CSimpleIniA ini;
13};
14
15void TestNumeric::SetUp() { ini.SetUnicode(); }
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected