• If the value does not match the expected value, then report a test failure.

    Parameters

    • message: string

      the failure message

    • value: number

      the value to test

    • expected: number

      the expected value

    • tolerance: number

      how much the value can differ from expected value

    Returns void

Generated using TypeDoc