Execution context attached to one predicate run

Remarks

Since 2.2.0

interface ContextValue {
    log(data): void;
    size(): number;
}

Methods

Methods

  • Log execution details during a test. Very helpful when troubleshooting failures

    Parameters

    • data: string

      Data to be logged into the current context

    Returns void

    Remarks

    Since 1.8.0