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

Function TEST_F

lib/yamlcpp/test/node/node_test.cpp:746–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744};
745
746TEST_F(NodeEmitterTest, SimpleFlowSeqNode) {
747 Node node;
748 node.SetStyle(EmitterStyle::Flow);
749 node.push_back(1.5);
750 node.push_back(2.25);
751 node.push_back(3.125);
752
753 ExpectOutput("[1.5, 2.25, 3.125]", node);
754}
755
756TEST_F(NodeEmitterTest, NestFlowSeqNode) {
757 Node node, cell0, cell1;

Callers

nothing calls this directly

Calls 2

SetStyleMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected