| 1731 | } |
| 1732 | |
| 1733 | void |
| 1734 | run() |
| 1735 | { |
| 1736 | testDtor(); |
| 1737 | testCtors(); |
| 1738 | testIterators(); |
| 1739 | testCapacity(); |
| 1740 | testModifiers(); |
| 1741 | testLookup(); |
| 1742 | testHashPolicy(); |
| 1743 | testImplementation(); |
| 1744 | testCollisions(); |
| 1745 | testEquality(); |
| 1746 | testAllocation(); |
| 1747 | testHash(); |
| 1748 | testStrongGurantee(); |
| 1749 | } |
| 1750 | }; |
| 1751 | |
| 1752 | TEST_SUITE(object_test, "boost.json.object"); |
nothing calls this directly
no outgoing calls
no test coverage detected