Variable pretty_print_base_example

Variable Documentation

auto pretty_print_base_example = [] (const testing::TestParamInfo<cmesh_example_base*> &info) {std::string name;info.param->param_to_string (name);return name;}

lambda to pass to an INSTANTIATE_TEST_SUITE_P to print the current cmesh_example_base.