Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/rapidjson
/ TEST
Function
TEST
test/unittest/stringbuffertest.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
using namespace rapidjson;
25
26
TEST(StringBuffer, InitialSize) {
27
StringBuffer buffer;
28
EXPECT_EQ(0u, buffer.GetSize());
29
EXPECT_STREQ(
""
, buffer.GetString());
30
}
31
32
TEST(StringBuffer, Put) {
33
StringBuffer buffer;
Callers
nothing calls this directly
Calls
6
GetSize
Method · 0.80
PutN
Function · 0.50
Put
Method · 0.45
Clear
Method · 0.45
Push
Method · 0.45
Pop
Method · 0.45
Tested by
no test coverage detected