Type alias TestBlockDocComment<CustomTags>

TestBlockDocComment<CustomTags>: {
    commentEndPosition: number;
    commentStartPosition: number;
    testBlockName: TestBlockName;
    testBlockTags?: TestBlockTagMap<CustomTags>;
    testFilePath: string;
    title: string;
    type: TestBlockType;
}

Representation of a TSDoc comment with all parsed tags

Type Parameters

Type declaration

  • commentEndPosition: number
  • commentStartPosition: number
  • testBlockName: TestBlockName
  • Optional testBlockTags?: TestBlockTagMap<CustomTags>
  • testFilePath: string
  • title: string
  • type: TestBlockType

Generated using TypeDoc