Documentation Home
This page describes a pre-release version of Jasmine (6.0.0-alpha.0). There may be additional changes, including breaking changes, before the final 6.0.0 release.
The current stable version of Jasmine is 5.12.

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