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

Class TestCaseSensitive

tests/ts-casesensitivity.cpp:17–25  ·  view source on GitHub ↗

Test case-sensitive mode

Source from the content-addressed store, hash-verified

15
16// Test case-sensitive mode
17class TestCaseSensitive : public ::testing::Test {
18protected:
19 void SetUp() override {
20 // Use CSimpleIniCaseA for case-sensitive
21 }
22
23protected:
24 CSimpleIniCaseA ini;
25};
26
27// Case-insensitive section names
28TEST_F(TestCaseInsensitive, TestSectionCaseInsensitive) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected