MCPcopy Create free account
hub / github.com/baidu/babylon / TEST_F

Function TEST_F

test/anyflow/test_builder.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16TEST_F(BuilderTest, empty_graph_is_ok_though_useless) {
17 ASSERT_EQ(0, builder.finish());
18 ASSERT_TRUE(static_cast<bool>(builder.build()));
19}
20
21TEST_F(BuilderTest, graph_has_a_name_for_print) {
22 builder.set_name("10086");

Callers

nothing calls this directly

Calls 9

emplace_backMethod · 0.80
for_each_vertexMethod · 0.80
finishMethod · 0.45
buildMethod · 0.45
set_nameMethod · 0.45
nameMethod · 0.45
set_executorMethod · 0.45
executorMethod · 0.45
named_emitMethod · 0.45

Tested by

no test coverage detected