Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MatcherUtils

Hierarchy

  • MatcherUtils

Index

Methods

Static checkProp

  • checkProp(currentBody: any, propertyName: string): any
  • Parameters

    • currentBody: any
    • propertyName: string

    Returns any

Static checkPropDoesntExist

  • checkPropDoesntExist(currentBody: any, propertyName: string): any
  • Parameters

    • currentBody: any
    • propertyName: string

    Returns any

Static expectProp

  • expectProp(currentBody: any, propertyName: string, expected: any, useExplicitEquality?: boolean): any
  • Parameters

    • currentBody: any
    • propertyName: string
    • expected: any
    • Default value useExplicitEquality: boolean = false

    Returns any

Generated using TypeDoc