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

Method run

test/value.cpp:2637–2658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
2661TEST_SUITE(value_test, "boost.json.value");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected