MCPcopy Create free account
hub / github.com/boostorg/json / run

Method run

test/stream_parser.cpp:1379–1404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1377 //------------------------------------------------------
1378
1379 void
1380 run()
1381 {
1382 testCtors();
1383 testMembers();
1384
1385 testNull();
1386 testBool();
1387 testString();
1388 testNumber();
1389 testArray();
1390 testObject();
1391
1392 testFreeFunctions();
1393 testSampleJson();
1394 testUnicodeStrings();
1395 testTrailingCommas();
1396 testComments();
1397 testDupeKeys();
1398 testIssue15();
1399 testIssue45();
1400 testIssue876();
1401 testSentinelOverlap();
1402 testSpecialNumbers();
1403 testLongNumberOverlfow();
1404 }
1405};
1406
1407TEST_SUITE(stream_parser_test, "boost.json.stream_parser");

Callers

nothing calls this directly

Calls 8

testMembersFunction · 0.85
testNullFunction · 0.85
testStringFunction · 0.85
testNumberFunction · 0.85
testArrayFunction · 0.85
testObjectFunction · 0.85
testCommentsFunction · 0.85
testSpecialNumbersFunction · 0.85

Tested by

no test coverage detected