@nevware21/tripwire - v0.1.2
    Preparing search index...

    Interface IAssertScopeFuncDef

    Identifies the interface used to add IAssertScope functions or properties to the IAssertInst object via the addAssertInstFuncDef function.

    interface IAssertScopeFuncDef {
        evalMsg?: MsgSource;
        propFn?: IScopePropFn;
        scopeFn?: IScopeFn;
    }
    Index

    Properties

    evalMsg?: MsgSource

    The default message to use when evaluating the operation.

    propFn?: IScopePropFn

    The function to call when the property function is invoked.

    The current scope object.

    The current scope object.

    An optional default message to use for the evaluation.

    • The result of the function.
    scopeFn?: IScopeFn

    The function to call when the scoped function is invoked.

    The current scope object.

    The arguments passed to the function.

    • The result of the function.