new HtmlSpecFilter(options)
Parameters:
| Name | Type | Description |
|---|---|---|
options |
Options object. See lib/jasmine-core/boot1.js for details. |
- Deprecated:
- Use
HtmlReporterV2Urlsinstead.
- Use
Methods
matches(specName) → {boolean}
Determines whether the spec with the specified name should be executed.
Parameters:
| Name | Type | Description |
|---|---|---|
specName |
string | The full name of the spec |
Returns:
- Type
- boolean