| 1338 | } |
| 1339 | |
| 1340 | void |
| 1341 | run() |
| 1342 | { |
| 1343 | testDestroy(); |
| 1344 | testCtors(); |
| 1345 | testAssign(); |
| 1346 | testGetStorage(); |
| 1347 | testAccess(); |
| 1348 | testIterators(); |
| 1349 | testCapacity(); |
| 1350 | testModifiers(); |
| 1351 | testExceptions(); |
| 1352 | testEquality(); |
| 1353 | testHash(); |
| 1354 | testIssue692(); |
| 1355 | } |
| 1356 | }; |
| 1357 | |
| 1358 | TEST_SUITE(array_test, "boost.json.array"); |
nothing calls this directly
no outgoing calls
no test coverage detected