Class: HtmlExactSpecFilter

HtmlExactSpecFilter(options)

Spec filter for use with HtmlReporter

See lib/jasmine-core/boot1.js for usage.

Constructor

new HtmlExactSpecFilter(options)

Create a filter instance.

Parameters:
Name Type Description
options

Object with a queryString property, which should be an instance of QueryString.

Since:
  • 5.11.0

Methods

matches(spec) → {boolean}

Determines whether the specified spec should be executed.

Parameters:
Name Type Description
spec Spec
Returns:
Type
boolean