Constructors

C new AssertionError(options: assert.internal.AssertionError.ConstructOptionsType) void

Parameters:
Name Type Argument
options assert.internal.AssertionError.ConstructOptionsType <optional>

Implements

  • function link() { [native code] }

Properties

P actual: any

Type:
  • any

P expected: any

Type:
  • any

P generatedMessage: boolean

Type:
  • boolean

P message: string

Type:
  • string

P name: string

Type:
  • string

P operator: string

Type:
  • string

Type Definitions

T ConstructOptionsType

Type:
  • Object
Properties:
Name Type
message string
actual any
expected any
operator string
stackStartFunction function