Function mu::tiny::string_from(const mock::NamedValue&)¶
Defined in File ExpectedCall.hpp
Function Documentation¶
-
String mu::tiny::string_from(const mock::NamedValue ¶meter)¶
Produce a display string for a NamedValue.
Used internally by the failure reporter to format expected vs actual output.
- Parameters:
parameter – Value to convert.
- Returns:
Human-readable string representation.