Options
All
  • Public
  • Public/Protected
  • All
Menu

Initialize a new Dot matrix test reporter.

see

https://mochajs.org/api/Mocha.reporters.Dot.html

Hierarchy

  • Dot

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    Returns Dot

  • deprecated

    Use the overload that accepts Mocha.Runner instead.

    Parameters

    Returns Dot

Properties

failures

failures: Test[]

Test failures

runner

runner: Runner

The configured runner

stats

stats: Stats

Test run statistics

Methods

Optional done

  • done(failures: number, fn?: undefined | function): void
  • Parameters

    • failures: number
    • Optional fn: undefined | function

    Returns void

epilogue

  • epilogue(): void

Generated using TypeDoc