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

Class TestBoolean

tests/ts-boolean.cpp:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "gtest/gtest.h"
3
4class TestBoolean : public ::testing::Test {
5protected:
6 void SetUp() override;
7
8protected:
9 CSimpleIniA ini;
10};
11
12void TestBoolean::SetUp() { ini.SetUnicode(); }
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected