| 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 | |
| 411 | TEST_SUITE(pointer_test, "boost.json.pointer"); |
nothing calls this directly
no outgoing calls
no test coverage detected