Identifies the signature of a function that expects the current scope as the first argument
and no additional argument, these functions are designed to be added as properties to the
assertion scope object. And they wll be executed immediately on accessing the bound property.
The function should returned value will be used as the this for any chained property operation
if undefined is returned a new IAssertInst object is created and assigned to the
scope.that property.
Param: scope
The current scope object.
Param: evalMsg
An optional default message to use for the evaluation.
Identifies the signature of a function that expects the current scope as the first argument and no additional argument, these functions are designed to be added as properties to the assertion scope object. And they wll be executed immediately on accessing the bound property. The function should returned value will be used as the
this
for any chained property operation ifundefined
is returned a new IAssertInst object is created and assigned to thescope.that
property.Param: scope
The current scope object.
Param: evalMsg
An optional default message to use for the evaluation.