MCPcopy Create free account
hub / github.com/defold/defold / TEST_P

Function TEST_P

engine/dlib/src/test/test_configfile.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124class Empty : public ConfigTest {};
125
126TEST_P(Empty, Empty)
127{
128 ASSERT_EQ(dmConfigFile::RESULT_OK, r);
129 ASSERT_NE((void*) 0, config);
130}
131
132const TestParam params_empty[] = {
133#if defined(DM_SUPPORT_FILE_READ)

Callers

nothing calls this directly

Calls 6

ConfigFileGetStringFunction · 0.85
ConfigFileGetIntFunction · 0.85
ConfigFileGetFloatFunction · 0.85
GetStringFunction · 0.50
GetIntFunction · 0.50
GetFloatFunction · 0.50

Tested by

no test coverage detected