Search
Preparing search index...
The search index is not available
gpc-remove-duplicates
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
gpc-remove-duplicates
export=
Class export=
Hierarchy
export=
Implements
PreCompiler
Index
Constructors
constructor
Properties
feature
Tags
options
rule
Tags
Methods
handle
Element
Tags
handle
Table
Rows
on
Data
Table
on
Examples
on
Feature
on
Rule
on
Scenario
on
Scenario
Outline
Constructors
constructor
new export=
(
options
?:
Partial
<
RemoveDuplicatesOptions
>
)
:
export=
Parameters
Optional
options:
Partial
<
RemoveDuplicatesOptions
>
Returns
export=
Properties
Private
feature
Tags
feature
Tags
:
Tag
[]
Private
options
options
:
RemoveDuplicatesOptions
Private
rule
Tags
rule
Tags
:
{}
Type declaration
[
key:
string
]:
Tag
[]
Methods
handle
Element
Tags
handle
Element
Tags
(
e
:
Scenario
|
ScenarioOutline
|
Examples
|
Rule
, p
?:
Rule
|
Feature
,
...
tagsToIgnore
:
Tag
[]
)
:
void
Parameters
e:
Scenario
|
ScenarioOutline
|
Examples
|
Rule
Optional
p:
Rule
|
Feature
Rest
...
tagsToIgnore:
Tag
[]
Returns
void
handle
Table
Rows
handle
Table
Rows
(
e
:
Examples
|
DataTable
)
:
void
Parameters
e:
Examples
|
DataTable
Returns
void
on
Data
Table
on
Data
Table
(
t
:
DataTable
, _1
:
Step
)
:
void
Parameters
t:
DataTable
_1:
Step
Returns
void
on
Examples
on
Examples
(
e
:
Examples
, _1
:
ScenarioOutline
, _2
:
number
)
:
void
Parameters
e:
Examples
_1:
ScenarioOutline
_2:
number
Returns
void
on
Feature
on
Feature
(
f
:
Feature
, _1
:
Document
, _2
:
number
)
:
void
Parameters
f:
Feature
_1:
Document
_2:
number
Returns
void
on
Rule
on
Rule
(
r
:
Rule
, f
:
Feature
, _2
:
number
)
:
void
Parameters
r:
Rule
f:
Feature
_2:
number
Returns
void
on
Scenario
on
Scenario
(
s
:
Scenario
, p
:
Rule
|
Feature
, _1
:
number
)
:
void
Parameters
s:
Scenario
p:
Rule
|
Feature
_1:
number
Returns
void
on
Scenario
Outline
on
Scenario
Outline
(
so
:
ScenarioOutline
, p
:
Rule
|
Feature
, _1
:
number
)
:
void
Parameters
so:
ScenarioOutline
p:
Rule
|
Feature
_1:
number
Returns
void
Exports
export=
constructor
feature
Tags
options
rule
Tags
handle
Element
Tags
handle
Table
Rows
on
Data
Table
on
Examples
on
Feature
on
Rule
on
Scenario
on
Scenario
Outline
Generated using
TypeDoc