Skip to content

Added custom message support combinators

Choose a tag to compare

@nomennescio nomennescio released this 25 Jan 15:56
· 167 commits to master since this release
f2ad16e

The user can add custom message with combinators

: with-passed ( passed-quotation quot -- )
: with-failed ( failed-quotation quot -- )
: with-passed-failed ( passed-quotation failed-quotation quot -- )

which override the default message handlers for passed and failed tests only during executing quot.