Top Level Namespace
Defined in:
Macro Summary
-
register_assertion(name, fields)
Defines a custom assertion's annotation and registers with the
ASSERTIONS
constant.
Macro Detail
macro register_assertion(name, fields)
#
Defines a custom assertion's annotation and registers with the ASSERTIONS
constant.
register_assertion(Assert::MyCustom, [:value])