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

Method run

test/pointer.cpp:393–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 }
392
393 void
394 run()
395 {
396 testRootPointer();
397 testChildPointer();
398 testEscaped();
399 testNested();
400 testErrors();
401 testNonThrowing<system::error_code>();
402 testNonThrowing<std::error_code>();
403 testSet();
404 testSetNonThrowing<system::error_code>();
405 testSetNonThrowing<std::error_code>();
406 testTry();
407 testDigest();
408 }
409};
410
411TEST_SUITE(pointer_test, "boost.json.pointer");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected