MCPcopy Create free account
hub / github.com/boost-ext/ut / format_test_parameter

Function format_test_parameter

test/ut/ut.cpp:371–374  ·  view source on GitHub ↗

NOLINTBEGIN(misc-use-anonymous-namespace)

Source from the content-addressed store, hash-verified

369
370// NOLINTBEGIN(misc-use-anonymous-namespace)
371static std::string format_test_parameter(const custom_printable_type& value,
372 [[maybe_unused]] const int counter) {
373 return "custom_printable_type(" + std::to_string(value.value) + ")";
374}
375
376template <class... Ts>
377static auto ut::cfg<ut::override, Ts...> = fake_cfg{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected