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

Function TEST_F

lib/yamlcpp/test/integration/emitter_test.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43TEST_F(EmitterTest, SimpleScalar) {
44 out << "Hello, World!";
45
46 ExpectEmit("Hello, World!");
47}
48
49TEST_F(EmitterTest, SimpleQuotedScalar) {
50 Node n(Load("\"test\""));

Callers

nothing calls this directly

Calls 15

LoadFunction · 0.85
DumpFunction · 0.85
LocalTagFunction · 0.85
AnchorFunction · 0.85
AliasFunction · 0.85
VerbatimTagFunction · 0.85
IndentFunction · 0.85
FloatPrecisionFunction · 0.85
DoublePrecisionFunction · 0.85
SetIntBaseMethod · 0.80
SetMapFormatMethod · 0.80
SetSeqFormatMethod · 0.80

Tested by

no test coverage detected