| 2635 | //------------------------------------------------------ |
| 2636 | |
| 2637 | void |
| 2638 | run() |
| 2639 | { |
| 2640 | testSpecial(); |
| 2641 | testConversion(); |
| 2642 | testAssignment(); |
| 2643 | testModifiers(); |
| 2644 | testExchange(); |
| 2645 | testObservers(); |
| 2646 | testGetStorage(); |
| 2647 | testIf(); |
| 2648 | testToNumber(); |
| 2649 | testAs(); |
| 2650 | testGet(); |
| 2651 | testAt(); |
| 2652 | testKeyValuePair(); |
| 2653 | testStdConstruction(); |
| 2654 | testInitList(); |
| 2655 | testEquality(); |
| 2656 | testHash(); |
| 2657 | testIstream(); |
| 2658 | } |
| 2659 | }; |
| 2660 | |
| 2661 | TEST_SUITE(value_test, "boost.json.value"); |
nothing calls this directly
no outgoing calls
no test coverage detected