t_test_declaration: {
    filename: string;
    location: t_location | undefined;
    name: string;
    suite_name: string;
    test_type: string;
}

Test declaration

Type declaration

  • filename: string

    Filename

  • location: t_location | undefined

    Test location

  • name: string

    Test name

  • suite_name: string
  • test_type: string

    Test type

Generated using TypeDoc