[#BloombergLP-bslim-TestUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslim.adoc[bslim]::TestUtil :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for a suite of utility functions that facilitate the creation of BDE‐style test drivers. == Synopsis Declared in `<bslim_testutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct TestUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslim/TestUtil/compareText.adoc[`compareText`] | Return whether two text strings have the same value. | xref:BloombergLP/bslim/TestUtil/debugRep-09.adoc[`debugRep`] | `debugRep` overloads | xref:BloombergLP/bslim/TestUtil/makeFunctionCallNonInline.adoc[`makeFunctionCallNonInline`] | Return the specified function pointer without enabling inlining. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#