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

Function TEST_F

tests/cpp/surface/virtual_dom_test.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159};
160
161TEST_F(VirtualDOMTest, Construction_HasRoot) {
162 auto root = vdom_->getRoot();
163 ASSERT_NE(root, nullptr);
164 EXPECT_EQ(root->getId(), "root");
165}
166
167TEST_F(VirtualDOMTest, Construction_RootHasNoSnapshot) {
168 auto root = vdom_->getRoot();

Callers

nothing calls this directly

Calls 13

getRootMethod · 0.80
hasSnapshotMethod · 0.80
updateNodeMethod · 0.80
getSnapshotMethod · 0.80
getChildrenMethod · 0.80
takeOrphanSnapshotMethod · 0.80
emptyMethod · 0.80
findChildMethod · 0.80
getMethod · 0.65
getIdMethod · 0.45
batchGuardMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected