MCPcopy Create free account
hub / github.com/cneben/QuickQanava / TEST

Function TEST

tests/groups_tests.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49//-----------------------------------------------------------------------------
50
51TEST(gtpo_group, basic)
52{
53 qan::Graph g;
54 EXPECT_EQ(g.get_group_count(), 0);
55}
56
57TEST(gtpo_group, create)
58{

Callers

nothing calls this directly

Calls 15

get_group_countMethod · 0.80
insert_groupMethod · 0.80
remove_groupMethod · 0.80
create_nodeMethod · 0.80
insert_nodeMethod · 0.80
get_root_node_countMethod · 0.80
group_nodeMethod · 0.80
ungroup_nodeMethod · 0.80
insert_edgeMethod · 0.80
remove_edgeMethod · 0.80
getGroupMethod · 0.45
get_node_countMethod · 0.45

Tested by

no test coverage detected