Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • export=

Implements

  • PreCompiler

Index

Constructors

  • new export=(options?: Partial<RemoveDuplicatesOptions>): export=
  • Parameters

    • Optional options: Partial<RemoveDuplicatesOptions>

    Returns export=

Properties

featureTags: Tag[]
options: RemoveDuplicatesOptions
ruleTags: {}

Type declaration

  • [key: string]: Tag[]

Methods

  • handleElementTags(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

  • handleTableRows(e: Examples | DataTable): void
  • Parameters

    • e: Examples | DataTable

    Returns void

  • onDataTable(t: DataTable, _1: Step): void
  • Parameters

    • t: DataTable
    • _1: Step

    Returns void

  • onExamples(e: Examples, _1: ScenarioOutline, _2: number): void
  • Parameters

    • e: Examples
    • _1: ScenarioOutline
    • _2: number

    Returns void

  • onFeature(f: Feature, _1: Document, _2: number): void
  • Parameters

    • f: Feature
    • _1: Document
    • _2: number

    Returns void

  • onRule(r: Rule, f: Feature, _2: number): void
  • Parameters

    • r: Rule
    • f: Feature
    • _2: number

    Returns void

  • onScenario(s: Scenario, p: Rule | Feature, _1: number): void
  • Parameters

    • s: Scenario
    • p: Rule | Feature
    • _1: number

    Returns void

  • onScenarioOutline(so: ScenarioOutline, p: Rule | Feature, _1: number): void
  • Parameters

    • so: ScenarioOutline
    • p: Rule | Feature
    • _1: number

    Returns void

Generated using TypeDoc