Registers an after-each test hook.
Syntax: postpara <block>
Category
testing
Related
Examples
examples/corpus/postpara/postpara.fab (canonical · keyword)
Registers an after-each test hook.
# postpara — after-each test hook
#
# GRAMMAR:
# hookDecl :← 'postpara' block
#
# EXPECTED OUTPUT:
# No incipit — declaration or test-runner surface only.
#
# BACKEND:
# declaration-only test hook (whitelist: postpara/postpara.fab).
#
probandum "hooks" {
postpara {
nota "after each"
}
proba "sample" {
adfirma verum
}
}Expected output: