MCPcopy Create free account
hub / github.com/Tencent/rapidjson / TEST

Function TEST

test/unittest/documenttest.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120TEST(Document, Parse) {
121 ParseTest<MemoryPoolAllocator<>, CrtAllocator>();
122 ParseTest<MemoryPoolAllocator<>, MemoryPoolAllocator<> >();
123 ParseTest<CrtAllocator, MemoryPoolAllocator<> >();
124 ParseTest<CrtAllocator, CrtAllocator>();
125}
126
127TEST(Document, UnchangedOnParseError) {
128 Document doc;

Callers

nothing calls this directly

Calls 15

StrCmpFunction · 0.85
OpenEncodedFileFunction · 0.85
swapFunction · 0.85
CodeMethod · 0.80
GetParseErrorMethod · 0.80
OffsetMethod · 0.80
IsErrorMethod · 0.80
MemberCountMethod · 0.80
GetSizeMethod · 0.80
AddMemberMethod · 0.80
FindMemberMethod · 0.80
PushBackMethod · 0.45

Tested by

no test coverage detected