[#BloombergLP-bsls-FuzzTestPreconditionTracker-handlePreconditionsEnd] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/FuzzTestPreconditionTracker.adoc[FuzzTestPreconditionTracker]::handlePreconditionsEnd :relfileprefix: ../../../ :mrdocs: Record the end of a precondition assertion/review block. == Synopsis Declared in `<bsls_fuzztest.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void handlePreconditionsEnd(); ---- == Description Decrement the assertion/review block depth level counter and record that the first precondition block has ended if the depth level changed to 0. The behavior is undefined unless the depth level is positive. [.small]#Created with https://www.mrdocs.com[MrDocs]#