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

Method run

test/value_from.cpp:666–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664 };
665
666 void
667 run()
668 {
669 check("42", ::value_from_test_ns::T1{});
670 check("[[1,2,3,4],\"test\"]", ::value_from_test_ns::T2{});
671
672 mp11::mp_for_each<
673 mp11::mp_list<
674 mp11::mp_list<>,
675 mp11::mp_list<detail::no_context>,
676 mp11::mp_list<value_from_test_ns::custom_context>,
677 mp11::mp_list<
678 std::tuple<value_from_test_ns::custom_context>>,
679 mp11::mp_list<
680 std::tuple<
681 std::tuple<value_from_test_ns::custom_context>>>,
682 mp11::mp_list<
683 std::tuple<
684 detail::no_context,
685 value_from_test_ns::custom_context>>
686 >>( run_templated_tests() );
687
688 testContext();
689 testTrySize();
690 }
691};
692
693TEST_SUITE(value_from_test, "boost.json.value_from");

Callers

nothing calls this directly

Calls 2

checkFunction · 0.85
run_templated_testsClass · 0.70

Tested by

no test coverage detected