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

Method testContext

test/value_to.cpp:788–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786 }
787
788 void
789 testContext()
790 {
791 value_to<value_to_test_ns::T9>(
792 value("T9"), value_to_test_ns::custom_context() );
793
794 BOOST_TEST_THROWS(
795 value_to<value_to_test_ns::T9>(
796 value(), value_to_test_ns::custom_context() ),
797 system::system_error);
798 }
799
800 struct run_templated_tests
801 {

Callers

nothing calls this directly

Calls 2

valueClass · 0.70
custom_contextClass · 0.70

Tested by

no test coverage detected