Options
All
  • Public
  • Public/Protected
  • All
Menu

Command line Verification recorder, which prints output to stdout and records if there was any failure.

Hierarchy

  • CLIRecorder

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

hasFailures

hasFailures: boolean

Returns wether there was any verification that failed

Methods

record

  • record(status: boolean, context: string[], name: string, title: string): void
  • Record a verification.

    Note that multiple calls with the same verification id could happen, but if any of them is a failure they should be end up recorded internall as a failure for that VerificationId.

    Parameters

    • status: boolean
    • context: string[]
    • name: string
    • title: string

    Returns void

Generated using TypeDoc