Class: GlaceReporter

GlaceReporter


new GlaceReporter(runner)

GlaceJS common reporter.

Parameters:
Name Type Description
runner object

MochaJS runner.

Source:

Methods


<static> register(reporters)

Registers reporters if they are not.

Parameters:
Name Type Argument Description
reporters object <repeatable>

Sequence of reporters to register.

Source:

<static> remove(reporters)

Removes reporters if they are registered.

Parameters:
Name Type Argument Description
reporters object <repeatable>

Sequence of reporters to remove.

Source:

<async> done(failures, fn)

Finalizes reporting.

Parameters:
Name Type Description
failures Array.<*>

Tests failures.

fn function

Finalizator.

Source: