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

Function TEST_F

tests/cpp/surface/component_manager_test.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74};
75
76TEST_F(ComponentModelTest, Construction_GetId) {
77 auto model = makeModel("comp_1", "Text");
78 EXPECT_EQ(model->getId(), "comp_1");
79}
80
81TEST_F(ComponentModelTest, Construction_GetRawId) {
82 auto model = makeModel("comp_1", "Text");

Callers

nothing calls this directly

Calls 15

getRawIdMethod · 0.80
hasDirtyMethod · 0.80
getChildrenMethod · 0.80
emptyMethod · 0.80
setDisplayRuleMethod · 0.80
getComponentTypeMethod · 0.65
getIdMethod · 0.45
getComponentMethod · 0.45
setAttributeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected