MySQL 9.7.0
Source Code Documentation
jdv_unit Namespace Reference

Functions

std::string test_ostream_operators ()
 Uses debug ostream operators to generate a string which can be checked in unit tests. More...
 

Function Documentation

◆ test_ostream_operators()

std::string jdv_unit::test_ostream_operators ( )

Uses debug ostream operators to generate a string which can be checked in unit tests.

This is primarily to get coverage of code only used in debugging which is not triggered during normal testing.

Returns
a string containing the result of applying ostream operators.