BDE 4.14.0 Production release
|
Provide facilities for debugging BDE with gtest.
The bslim_gtestutil component provides utitlities to facilitate testing with Google Test (GTest).
Suppose we have a string str
that we want to output:
Call PrintTo
, passing the string and a pointer to a bsl::ostream
:
Which results in the string being streamed to standard output, surrounded by double quotes: