[#BloombergLP-bsls-AssertTest-failTestDriverByReview] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AssertTest.adoc[AssertTest]::failTestDriverByReview :relfileprefix: ../../../ :mrdocs: Throw an `AssertTestException` having the `comment`, `fileName`, and `lineNumber` taken from the specified `violation` as its salient attributes, provided that `BDE_BUILD_TARGET_EXC` is defined; otherwise, log an appropriate message and abort the program (similar to `Assert::failAbort`). Note that this function is intended to have a signature compatible with a registered assertion‐failure handler function in `bsls_assert`. == Synopsis Declared in `<bsls_asserttest.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void failTestDriverByReview(xref:BloombergLP/bsls/ReviewViolation.adoc[ReviewViolation] const& violation); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#