MCPcopy Create free account
hub / github.com/AGenUI/AGenUI / TEST

Function TEST

tests/cpp/surface/serializable_data_test.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9// ============================================================================
10
11TEST(SerializableData, DefaultConstructed_IsNull) {
12 SerializableData data;
13 EXPECT_TRUE(data.isNull());
14 EXPECT_FALSE(data.isValid());
15}
16
17TEST(SerializableData, DefaultConstructed_AccessorsReturnDefaults) {
18 SerializableData data;

Callers

nothing calls this directly

Calls 15

isNullMethod · 0.80
asStringMethod · 0.80
asIntMethod · 0.80
asDoubleMethod · 0.80
emptyMethod · 0.80
containsMethod · 0.80
getKeysMethod · 0.80
isObjectMethod · 0.80
isArrayMethod · 0.80
isStringMethod · 0.80
isNumberMethod · 0.80
isBoolMethod · 0.80

Tested by

no test coverage detected