Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
namespace {
8
TEST(OstreamWrapperTest, BufferNoWrite) {
9
YAML::ostream_wrapper wrapper;
10
EXPECT_STREQ(
""
, wrapper.str());
11
}
12
13
TEST(OstreamWrapperTest, BufferWriteStr) {
14
YAML::ostream_wrapper wrapper;
Callers
nothing calls this directly
Calls
4
string
Class · 0.85
pos
Method · 0.80
str
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected