43 void test_catch_all();
44 void test_catch_bool();
45 void test_catch_int();
46 void test_catch_cstr();
47 void test_catch_string();
48 void test_catch_exception();
49 void test_catch_custom_exception();
50 void test_catch_multiple_catches_per_function();
51 void test_catch_raii();
52 void test_catch_throw_from_stream();
53 void test_catch_nested_throw_in_catch();
54 void test_catch_nested_throw_outside_catch();
55 void test_catch_nested_throw_uncaught();
56 void test_catch_nested_throw_rethrow();
57 void test_catch_throw_with_lots_of_register_mods();
~bfunwind_ut() override=default