[#BloombergLP-bsls-FuzzTest_TestUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::FuzzTest_TestUtil :relfileprefix: ../../ :mrdocs: This utility class provides sample functions to demonstrate an `AssertViolation` or a `ReviewViolation` originating from a different component to facilitate testing of `bsls_fuzztest` component. == Synopsis Declared in `<bsls_fuzztest_testutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct FuzzTest_TestUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/FuzzTest_TestUtil/triggerAssert.adoc[`triggerAssert`] | Trigger an `AssertViolation` by calling `BSLS_ASSERT_INVOKE`. | xref:BloombergLP/bsls/FuzzTest_TestUtil/triggerReview.adoc[`triggerReview`] | Trigger a `ReviewViolation` by calling `BSLS_REVIEW_INVOKE`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#