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

Function TEST

lib/yamlcpp/test/ostream_wrapper_test.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7namespace {
8TEST(OstreamWrapperTest, BufferNoWrite) {
9 YAML::ostream_wrapper wrapper;
10 EXPECT_STREQ("", wrapper.str());
11}
12
13TEST(OstreamWrapperTest, BufferWriteStr) {
14 YAML::ostream_wrapper wrapper;

Callers

nothing calls this directly

Calls 4

stringClass · 0.85
posMethod · 0.80
strMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected