MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / TEST_F

Function TEST_F

tests/UnitTest/ProfileTest.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 };
80
81 TEST_F(ProfileTest, ReadValueInt_Default)
82 {
83 int result = 0;
84 EXPECT_TRUE(m_pProfile->ReadValue(L"Settings", L"SomeIntegerKey", result, 42));
85 EXPECT_EQ(result, 42);
86 }
87
88 TEST_F(ProfileTest, ReadValueInt_Positive)
89 {

Callers

nothing calls this directly

Calls 4

GetSettingsMethod · 0.80
SetSettingsMethod · 0.80
ReadValueMethod · 0.45
WriteValueMethod · 0.45

Tested by

no test coverage detected