MCPcopy Create free account
hub / github.com/apache/trafficserver / TEST

Function TEST

lib/yamlcpp/test/integration/load_node_test.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace YAML {
6namespace {
7TEST(LoadNodeTest, Reassign) {
8 Node node = Load("foo");
9 node = Node();
10 EXPECT_TRUE(node.IsNull());
11}
12
13TEST(LoadNodeTest, FallbackValues) {
14 Node node = Load("foo: bar\nx: 2");

Callers

nothing calls this directly

Calls 14

LoadFunction · 0.85
CloneFunction · 0.85
stringClass · 0.85
TagMethod · 0.80
StyleMethod · 0.80
NodeClass · 0.50
BinaryClass · 0.50
beginMethod · 0.45
endMethod · 0.45
TypeMethod · 0.45
sizeMethod · 0.45
force_insertMethod · 0.45

Tested by

no test coverage detected