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

Method testArray

test/serializer.cpp:416–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414 }
415
416 void
417 testArray()
418 {
419 check("[]");
420 check("[[]]");
421 check("[[],[],[]]");
422 check("[[[[[[[[[[]]]]]]]]]]");
423 check("[{}]");
424 check("[{},{}]");
425 check("[1,2,3,4,5]");
426 check("[true,false,null]");
427 }
428
429 void
430 testObject()

Callers

nothing calls this directly

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected