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

Method run

test/value_to.cpp:823–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821 };
822
823 void
824 run()
825 {
826 mp11::mp_for_each<
827 mp11::mp_list<
828 mp11::mp_list<>,
829 mp11::mp_list<detail::no_context>,
830 mp11::mp_list<value_to_test_ns::custom_context>,
831 mp11::mp_list<
832 std::tuple<value_to_test_ns::custom_context>>,
833 mp11::mp_list<
834 std::tuple<
835 std::tuple<value_to_test_ns::custom_context>>>,
836 mp11::mp_list<
837 std::tuple<
838 detail::no_context, value_to_test_ns::custom_context>>
839 >>( run_templated_tests() );
840
841 testContext();
842 testContainerHelpers();
843 }
844};
845
846TEST_SUITE(value_to_test, "boost.json.value_to");

Callers

nothing calls this directly

Calls 1

run_templated_testsClass · 0.70

Tested by

no test coverage detected