MCPcopy Create free account
hub / github.com/boostorg/stacktrace / test_deeply_nested_namespaces

Function test_deeply_nested_namespaces

test/test_noop.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17using boost::stacktrace::frame;
18
19void test_deeply_nested_namespaces() {
20 BOOST_TEST(return_from_nested_namespaces().size() == 0);
21 BOOST_TEST(return_from_nested_namespaces().empty());
22 BOOST_TEST(!return_from_nested_namespaces());
23}
24
25void test_nested() {
26 std::pair<stacktrace, stacktrace> res = function_from_library(15, function_from_main_translation_unit);

Callers 1

mainFunction · 0.70

Calls 2

emptyMethod · 0.45

Tested by

no test coverage detected