Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DiffBuilder

Index

Methods

getMessage

  • getMessage(): string
  • Returns string

recordMismatch

  • recordMismatch(formatter?: function): void
  • Parameters

    • Optional formatter: function
        • (actual: any, expected: any, path?: any, prettyPrinter?: any): string
        • Parameters

          • actual: any
          • expected: any
          • Optional path: any
          • Optional prettyPrinter: any

          Returns string

    Returns void

setRoots

  • setRoots(actual: any, expected: any): void
  • Parameters

    • actual: any
    • expected: any

    Returns void

withPath

  • withPath(pathComponent: string, block: function): void
  • Parameters

    • pathComponent: string
    • block: function
        • (): void
        • Returns void

    Returns void

Generated using TypeDoc