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

Function TEST

tests/cpp/surface/data_value_test.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// =============================================================================
32
33TEST(StaticDataValue, GetDataType_ReturnsStaticData) {
34 StaticDataValue v("\"hello\"");
35 EXPECT_EQ(v.getDataType(), DataType::StaticData);
36}
37
38TEST(StaticDataValue, GetDataBindingStatus_ReturnsNotDependent) {
39 StaticDataValue v("\"hello\"");

Callers

nothing calls this directly

Calls 9

isNullMethod · 0.80
getSegmentsMethod · 0.80
getDataTypeMethod · 0.45
getDataBindingStatusMethod · 0.45
getValueDataMethod · 0.45
bindMethod · 0.45
unbindMethod · 0.45
cloneAsTemplateMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected