Class Document

Model for Document

Hierarchy

  • UniqueObject
    • Document

Constructors

  • Parameters

    • uri: string
    • Optional feature: Feature

    Returns Document

Properties

_id: string
endComment: Comment

Comment at the end of the feature file

feature: Feature
sourceFile: string
sourceFolder: string
startComment: Comment

Comment at the start of the feature file

targetFile: string
targetFolder: string
uri: string

URI of the original file, parsed

Methods

  • Returns Document

  • Parameters

    • key: string | RegExp
    • value: string

    Returns void

  • Parameters

    • obj: GherkinDocument

    Returns Document

Generated using TypeDoc