SW Tracing Report
L.O.B.S.T.E.R.
Lightweight Open BMW Software Traceability Evidence Report
Overview
Coverage
| Category | Ratio | Coverage | OK Items | Total Items |
| SW Requirement | 97.1% | 101 | 104 | |
| SW Constraint | 100.0% | 4 | 4 | |
| SW Architecture | 100.0% | 15 | 15 | |
| SW Code | 92.3% | 180 | 195 | |
| SW Test Case | 100.0% | 77 | 77 | |
| SW Test Result | 100.0% | 83 | 83 | |
| SW Test Code | 100.0% | 100 | 100 |
Tracing policy
Filtering
Item Filters
Show Issues
Filter
Issues
Detailed report
Requirements and Specification
SW Requirement
trlc/swe-req/swe-req.trlc
Source:
trlc/swe-req/swe-req.trlc:34
description: The software shall be a command-line interface (CLI) application.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_cli_tool
- Python Function __main__.main
- TRLC Swtestcase SwTests.tc_cli
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:40
description: The software shall support the requirement type attribute name translation via a translation file in JSON format.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_base_converter
- Python Class translator.Translator
- Python Class base_converter.BaseConverter
- TRLC Swtestcase SwTests.tc_translation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:47
description: The software shall allow the format of string attributes to be declared per `(package, type, attribute)` pattern via a JSON render configuration file. Supported formats are: `md` (CommonMark), `gfm` (GitHub Flavored Markdown), `rst` (reStructuredText), `xhtml`, and `path` (file-system path to an external image).
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_main
- Python Class render_config.RenderConfig
- Python Function __main__._setup_render_configuration
- TRLC Swtestcase SwTests.tc_render_configuration
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:53
description: The software shall support project specific adaptions for the conversion.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_main
- Python Function __main__._get_project_converter
- TRLC Swtestcase SwTests.tc_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:60
description: The software shall provide a version information in the format '<program-name> <major>.<minor>.<patch>'.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_version
- Python Function version.resource_path
- Python Function version.init_from_metadata
- Python Function version.init_from_toml
- TRLC Swtestcase SwTests.tc_version
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:66
description: The software shall process all TRLC symbols from the TRLC files.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_itemwalker
- Python Class item_walker.ItemWalker
- Python Function __main__.main
- TRLC Swtestcase SwTests.tc_process_trlc_symbols_one_file_one_req
- TRLC Swtestcase SwTests.tc_process_trlc_symbols_two_files_one_req
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:72
description: The software shall convert the TRLC files to the required destination format.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_main
- TRLC Swarchspec SwArch.sw_arch_component_dump_converter
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- TRLC Swarchspec SwArch.sw_arch_component_docx_converter
- Python Class base_converter.BaseConverter
- Python Function trlc_helper.get_trlc_symbols
- Python Function trlc_helper.is_item_file_name
- Python Function trlc_helper.is_item_section
- Python Function trlc_helper.is_item_record
- Python Function trlc_helper.get_file_dict_from_symbols
- Python Function __main__.main
- TRLC Swtestcase SwTests.tc_process_trlc_symbols_one_file_one_req
- TRLC Swtestcase SwTests.tc_process_trlc_symbols_two_files_one_req
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:78
description: The software shall show additional conversion information in verbose mode.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_logging
- Python Function logger.is_verbose_enabled
- Python Function logger.enable_verbose
- Python Function logger.log_verbose
- Python Function __main__._show_program_arguments
- TRLC Swtestcase SwTests.tc_verbose
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:84
description: The software shall log any error message on stderr.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_error_msgs
- Python Function logger.log_error
- TRLC Swtestcase SwTests.tc_error
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:92
description: The project specific conversion file shall be a Python file.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_main
- Python Function __main__._create_args_parser
- Python Function __main__._get_project_converter
- TRLC Swtestcase SwTests.tc_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:99
description: The project specific conversion interface shall be realized by an abstract interface.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_base_converter
- Python Class abstract_converter.AbstractConverter
- Python Function __main__._get_project_converter
- TRLC Swtestcase SwTests.tc_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:112
description: The software shall support the command line argument '-h' and --help' to show the help information.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_main
- Python Function __main__._create_args_parser
- TRLC Swtestcase SwTests.tc_help
- TRLC Swtestcase SwTests.tc_help_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:118
description: The software shall support the command line argument '-v' and '--verbose' to enable verbose mode.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_main
- Python Function __main__._create_args_parser
- TRLC Swtestcase SwTests.tc_verbose
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:125
description: The software shall support the command line argument '--version' to show the version information.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_version
- Python Function __main__._create_args_parser
- TRLC Swtestcase SwTests.tc_version
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:132
description: The software shall support the command line argument '-s' and '--source' multiple times to specify the source file(s) (*.rsl and *.trlc).
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_main
- Python Function __main__._create_args_parser
- TRLC Swtestcase SwTests.tc_process_trlc_symbols_one_file_one_req
- TRLC Swtestcase SwTests.tc_process_trlc_symbols_two_files_one_req
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:139
description: The software shall support the command line argument '-i' and '--include' multiple times to specify the file(s) for automatic inclusion.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_main
- Python Function __main__._create_args_parser
- TRLC Swtestcase SwTests.tc_cli_include
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:146
description: The software shall support the command line argument '-ex' and '--exclude' multiple times to specify the file(s) for automatic exclusion.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_main
- Python Function __main__._create_args_parser
- TRLC Swtestcase SwTests.tc_cli_exclude
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:153
description: If no project specific conversion file is provided, the software shall use a default conversion.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_main
- TRLC Swarchspec SwArch.sw_arch_component_dump_converter
- Python Class dump_converter.DumpConverter
- Python Constructor docx_converter.DocxConverter.__init__
- Python Constructor markdown_converter.MarkdownConverter.__init__
- Python Function __main__._setup_converters
- TRLC Swtestcase SwTests.tc_markdown
- TRLC Swtestcase SwTests.tc_rst
- TRLC Swtestcase SwTests.tc_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:159
description: The software shall support the command line argument '-o' and '--out' to specify the output directory.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_main
- Python Function __main__._create_args_parser
- TRLC Swtestcase SwTests.tc_markdown
- TRLC Swtestcase SwTests.tc_rst
- TRLC Swtestcase SwTests.tc_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:165
description: The software shall support the command line argument '-tr' and '--translation' to specify the translation JSON file.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_main
- Python Function __main__._create_args_parser
- TRLC Swtestcase SwTests.tc_cli_translation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:171
description: The software shall support the command line argument '-rc' and '--renderCfg' to specify the render configuration JSON file.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_main
- Python Function __main__._create_args_parser
- TRLC Swtestcase SwTests.tc_cli_render_cfg
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:177
description: The Markdown subcommand shall support the command line argument '--render-plantuml' to opt in to rendering plantuml fenced code blocks as SVG image references.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter.register
- TRLC Swtestcase SwTests.tc_markdown_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:191
description: The software shall support the conversion into Markdown format.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Constructor markdown_converter.MarkdownConverter.__init__
- Python Method markdown_converter.MarkdownConverter.get_subcommand
- Python Method markdown_converter.MarkdownConverter.get_description
- Python Class trlc_helper.TrlcAstWalker
- Python Method document.MarkdownDocument.add
- Python Method document.MarkdownDocument.is_empty
- Python Method document.MarkdownDocument.render
- TRLC Swtestcase SwTests.tc_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:197
description: The Markdown converter shall convert a TRLC section into a Markdown heading by considering the depth level.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter.convert_section
- TRLC Swtestcase SwTests.tc_markdown_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:203
description: The Markdown converter shall convert the attributes of a TRLC record into a Markdown table.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter.convert_record_object_generic
- Python Method markdown_converter.MarkdownConverter._get_markdown_heading_level
- Python Method markdown_converter.MarkdownConverter._on_implict_null
- Python Method markdown_converter.MarkdownConverter._on_record_reference
- Python Method markdown_converter.MarkdownConverter._create_markdown_link_from_record_object_reference
- Python Method markdown_converter.MarkdownConverter._other_dispatcher
- Python Method markdown_converter.MarkdownConverter._get_trlc_ast_walker
- Python Method markdown_converter.MarkdownConverter._convert_record_object
- Python Method element.RawText.render
- TRLC Swtestcase SwTests.tc_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:209
description: The software shall escape strings according the Markdown format.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter._other_dispatcher
- Python Method markdown_converter.MarkdownConverter._get_trlc_ast_walker
- Python Method text.MarkdownText.escape
- TRLC Swtestcase SwTests.tc_markdown_escape
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:215
description: The software shall not escape strings that are already in Markdown format.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter._on_string_literal
- Python Method markdown_converter.MarkdownConverter._get_trlc_ast_walker
- Python Method markdown_converter.MarkdownConverter._render
- TRLC Swtestcase SwTests.tc_markdown_render_md
- TRLC Swtestcase SwTests.tc_markdown_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:221
description: The Markdown converter shall provide a function to create a Markdown heading.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method element.Heading.render
- TRLC Swtestcase SwTests.tc_markdown_heading
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:227
description: The Markdown converter shall provide the functionality to create a Markdown table.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method element.Table.render
- TRLC Swtestcase SwTests.tc_markdown_table
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:233
description: The Markdown converter shall provide a function to create a Markdown list, as well as a HTML list.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method element.BulletList.render
- TRLC Swtestcase SwTests.tc_markdown_list
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:239
description: The Markdown converter shall provide a function to create a Markdown link.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method text.MarkdownText.link
- TRLC Swtestcase SwTests.tc_markdown_link
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:245
description: The Markdown converter shall provide a function to create a Markdown image to embed images.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method element.Image.render
- TRLC Swtestcase SwTests.tc_markdown_image
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:251
description: The Markdown converter shall provide a function to create colored text in Markdown format.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method text.MarkdownText.colored_text
- TRLC Swtestcase SwTests.tc_markdown_text_color
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:257
description: The Markdown converter shall provide a function to convert a line feed to Markdown soft return.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method text.MarkdownText.lf2soft_return
- TRLC Swtestcase SwTests.tc_markdown_soft_return
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:263
description: The Markdown converter shall create the converted files in the specified output folder.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter._write_document
- Python Function __main__._create_out_folder
- TRLC Swtestcase SwTests.tc_markdown_out_folder
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:270
description: The software shall create a Markdown file for each TRLC file by default.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter.register
- Python Method markdown_converter.MarkdownConverter.enter_file
- Python Method markdown_converter.MarkdownConverter.leave_file
- Python Method markdown_converter.MarkdownConverter._file_name_trlc_to_md
- TRLC Swtestcase SwTests.tc_markdown_multi_doc
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:276
description: The software shall add a top level heading to the Markdown file if there is no top level section.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter.convert_section
- Python Method markdown_converter.MarkdownConverter.convert_record_object_generic
- Python Method markdown_converter.MarkdownConverter._add_top_level_heading_on_demand
- TRLC Swtestcase SwTests.tc_markdown_multi_doc
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:284
description: The software shall create a single Markdown file which combines all TRLC files if requested by command line arguments.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter.register
- Python Method markdown_converter.MarkdownConverter.begin
- Python Method markdown_converter.MarkdownConverter.finish
- TRLC Swtestcase SwTests.tc_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:290
description: The output file name shall be 'output.md' by default.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter.register
- TRLC Swtestcase SwTests.tc_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:296
description: The output file name shall be customizable by command line arguments.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter.register
- TRLC Swtestcase SwTests.tc_markdown_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:302
description: The software shall add a top level heading to the Markdown file in single doc mode.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter.begin
- Python Method markdown_converter.MarkdownConverter._add_top_level_heading_on_demand
- TRLC Swtestcase SwTests.tc_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:308
description: The top level heading shall be 'Specification' by default.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter.register
- TRLC Swtestcase SwTests.tc_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:314
description: The top level heading shall be customizable by command line arguments.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter.register
- TRLC Swtestcase SwTests.tc_markdown_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:323
description: The software shall render strings in [CommonMark's spec v0.31.2](https://spec.commonmark.org/0.31.2/) Markdown format if specified in the render configuration.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter._on_string_literal
- Python Method markdown_converter.MarkdownConverter._render
- TRLC Swtestcase SwTests.tc_markdown_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:329
description: The software shall render strings in [GitHub Flavored Markdown spec v0.29-gfm](https://github.github.com/gfm) Markdown format if specified in the render configuration.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter._on_string_literal
- Python Method markdown_converter.MarkdownConverter._render
- TRLC Swtestcase SwTests.tc_markdown_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:335
description: When the `--render-plantuml` option is given, the software shall replace fenced code blocks tagged `plantuml` in the Markdown output with SVG image references (``). The generated SVG file shall be copied to the output folder. If PlantUML is not available, the block shall be replaced by a `[PlantUML error: ...]` paragraph instead of failing the conversion. Without the option, plantuml fenced code blocks shall be passed through unchanged.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_markdown_converter
- Python Method markdown_converter.MarkdownConverter.register
- Python Method markdown_converter.MarkdownConverter._render
- Python Method markdown_converter.MarkdownConverter._render_plantuml_blocks
- Python Method markdown_converter.MarkdownConverter._copy_external_files
- TRLC Swtestcase SwTests.tc_markdown_render_plantuml
- TRLC Swtestcase SwTests.tc_markdown_render_plantuml_error
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:349
description: The software shall support the conversion into reStructuredText format.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Constructor rst_converter.RstConverter.__init__
- Python Method rst_converter.RstConverter.get_subcommand
- Python Method rst_converter.RstConverter.get_description
- Python Class trlc_helper.TrlcAstWalker
- Python Method document.RstDocument.add
- Python Method document.RstDocument.is_empty
- Python Method document.RstDocument.render
- TRLC Swtestcase SwTests.tc_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:355
description: The reStructuredText converter shall convert a TRLC section into a reStructuredText heading by considering the depth level.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter.convert_section
- Python Method rst_converter.RstConverter._get_rst_heading_level
- TRLC Swtestcase SwTests.tc_rst_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:361
description: The reStructuredText converter shall convert the attributes of a TRLC record into a reStructuredText admonition with a table.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter.convert_record_object_generic
- Python Method rst_converter.RstConverter._on_implicit_null
- Python Method rst_converter.RstConverter._on_record_reference
- Python Method rst_converter.RstConverter._other_dispatcher
- Python Method rst_converter.RstConverter._get_trlc_ast_walker
- Python Method rst_converter.RstConverter._convert_record_object
- Python Method element.RstRawText.render
- TRLC Swtestcase SwTests.tc_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:367
description: The software shall escape all strings according the reStructuredText format.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter._other_dispatcher
- Python Method rst_converter.RstConverter._get_trlc_ast_walker
- Python Method text.RstText.escape
- TRLC Swtestcase SwTests.tc_rst_escape
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:373
description: The software shall not escape strings that are already in reStructuredText format.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter._on_string_literal
- Python Method rst_converter.RstConverter._get_trlc_ast_walker
- Python Method rst_converter.RstConverter._render
- TRLC Swtestcase SwTests.tc_rst_string_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:379
description: The software shall convert strings in Markdown format to reStructuredText format without escaping.
valid_status: rejected
Issues:
- missing reference to SW Code
- missing reference to SW Test Case
- missing reference to SW Architecture
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:385
description: The reStructuredText converter shall provide a function to create a reStructuredText heading.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method element.RstHeading.render
- TRLC Swtestcase SwTests.tc_rst_heading
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:391
description: The reStructuredText converter shall provide a function to create a reStructuredText admonition.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method element.RstAdmonition.render
- TRLC Swtestcase SwTests.tc_rst_admonition
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:397
description: The reStructuredText converter shall provide a function to create a reStructuredText table.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method element.RstTable._calculate_widths
- Python Method element.RstTable._render_head
- Python Method element.RstTable._render_row
- Python Method element.RstTable.render
- TRLC Swtestcase SwTests.tc_rst_table
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:403
description: The reStructuredText converter shall provide a function to create a reStructuredText list.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method element.RstBulletList.render
- TRLC Swtestcase SwTests.tc_rst_list
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:409
description: The reStructuredText converter shall provide a function to create a reStructuredText link.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter._create_rst_link_from_record_object_reference
- Python Method text.RstText.link
- TRLC Swtestcase SwTests.tc_rst_link
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:415
description: The reStructuredText converter shall provide a function to create a reStructuredText image to embed images.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method element.RstImage.render
- TRLC Swtestcase SwTests.tc_rst_image
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:421
description: The reStructuredText converter shall provide a function to create role text in reStructuredText format.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method text.RstText.role
- TRLC Swtestcase SwTests.tc_rst_role
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:427
description: The reStructuredText converter shall create the converted files in the specified output folder.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter._write_document
- TRLC Swtestcase SwTests.tc_rst_out_folder
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:434
description: The software shall create a reStructuredText file for each TRLC file by default.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter.register
- Python Method rst_converter.RstConverter.enter_file
- Python Method rst_converter.RstConverter.leave_file
- Python Method rst_converter.RstConverter._file_name_trlc_to_rst
- TRLC Swtestcase SwTests.tc_rst_multi_doc
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:442
description: The software shall create a single reStructuredText file which combines all TRLC files if requested by command line arguments.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter.register
- Python Method rst_converter.RstConverter.begin
- Python Method rst_converter.RstConverter.finish
- TRLC Swtestcase SwTests.tc_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:448
description: The output file name shall be 'output.rst' by default.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter.register
- TRLC Swtestcase SwTests.tc_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:454
description: The output file name shall be customizable by command line arguments.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter.register
- TRLC Swtestcase SwTests.tc_rst_single_doc_custom
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:460
description: The software shall add a top level heading to the reStructuredText file in single doc mode.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter.begin
- TRLC Swtestcase SwTests.tc_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:466
description: The top level heading shall be 'Specification' by default.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter.register
- TRLC Swtestcase SwTests.tc_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:472
description: The top level heading shall be customizable by command line arguments.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter.register
- TRLC Swtestcase SwTests.tc_rst_single_doc_custom
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:481
description: The software shall convert strings in [CommonMark's spec v0.31.2](https://spec.commonmark.org/0.31.2/) Markdown format to reStructuredText format if specified in the render configuration.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_base_converter
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter._on_string_literal
- Python Method rst_converter.RstConverter._render
- Python Class md2rst_renderer.Md2RstRenderer
- TRLC Swtestcase SwTests.tc_rst_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:487
description: The software shall convert strings in [GitHub Flavored Markdown spec v0.29-gfm](https://github.github.com/gfm) Markdown format to reStructuredText format if specified in the render configuration.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_base_converter
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter._on_string_literal
- Python Method rst_converter.RstConverter._render
- Python Class gfm2rst_renderer.Gfm2RstRenderer
- TRLC Swtestcase SwTests.tc_rst_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:493
description: The software shall render fenced code blocks tagged `plantuml` inside Markdown (CommonMark or GFM) requirement attributes as SVG images in the reStructuredText output. The generated SVG file shall be copied to the output folder and referenced via a `.. image::` directive. If PlantUML is not available, the block shall be replaced by a `[PlantUML error: ...]` paragraph instead of failing the conversion.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_rst_converter
- Python Method rst_converter.RstConverter._render
- Python Method rst_converter.RstConverter._copy_external_files
- Python Class md2rst_renderer.Md2RstRenderer
- Python Class gfm2rst_renderer.Gfm2RstRenderer
- TRLC Swtestcase SwTests.tc_rst_render_plantuml
- TRLC Swtestcase SwTests.tc_rst_render_plantuml_error
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:507
description: The software shall support the conversion into ReqIF format v1.2.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Constructor reqif_converter.ReqifConverter.__init__
- Python Method reqif_converter.ReqifConverter.get_subcommand
- Python Method reqif_converter.ReqifConverter.get_description
- Python Method reqif_converter.ReqifConverter._build_reqif_bundle
- Python Method reqif_converter.ReqifConverter._get_datatype_identifier
- Python Method reqif_converter.ReqifConverter._sanitize_identifier_token
- Python Method reqif_converter.ReqifConverter._wrap_xhtml
- Python Method reqif_converter.ReqifConverter._get_reqif_timestamp
- Python Method reqif_converter.ReqifConverter._new_identifier
- TRLC Swtestcase SwTests.tc_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:513
description: The ReqIF converter shall convert a TRLC section into a SPEC-HIERARCHY node (no SPEC-OBJECT created) by reusing the last preceding TRLC record's SPEC-OBJECT as the mandatory SPEC-OBJECT-REF. If no preceding record exists, a warning shall be emitted and the section shall be omitted from the hierarchy.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter.convert_section
- Python Method reqif_converter.ReqifConverter._flush_pending_hierarchy
- Python Method reqif_converter.ReqifConverter._append_hierarchy
- TRLC Swtestcase SwTests.tc_reqif_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:519
description: The ReqIF converter shall convert the attributes of a TRLC record into ReqIF SpecObject attributes.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter.convert_record_object_generic
- Python Method reqif_converter.ReqifConverter._append_hierarchy
- Python Method reqif_converter.ReqifConverter._create_spec_object
- Python Method reqif_converter.ReqifConverter._create_xhtml_attribute
- Python Method reqif_converter.ReqifConverter._create_string_attribute
- Python Method reqif_converter.ReqifConverter._ensure_spec_object_type
- Python Method reqif_converter.ReqifConverter._get_spec_object_type_identifier
- Python Method reqif_converter.ReqifConverter._ensure_attribute_definition
- Python Method reqif_converter.ReqifConverter._get_record_type_key
- Python Method reqif_converter.ReqifConverter._on_implict_null
- Python Method reqif_converter.ReqifConverter._on_record_reference
- Python Method reqif_converter.ReqifConverter._on_string_literal
- Python Method reqif_converter.ReqifConverter._other_dispatcher
- Python Method reqif_converter.ReqifConverter._get_trlc_ast_walker
- Python Method reqif_converter.ReqifConverter._plain_text_to_xhtml
- TRLC Swtestcase SwTests.tc_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:526
description: The software shall create a ReqIF file for each TRLC file by default.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter.register
- Python Method reqif_converter.ReqifConverter.enter_file
- Python Method reqif_converter.ReqifConverter.leave_file
- Python Method reqif_converter.ReqifConverter._write_document
- Python Method reqif_converter.ReqifConverter._reset_document_state
- Python Method reqif_converter.ReqifConverter._file_name_trlc_to_reqif
Issues:
- missing reference to SW Test Case
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:534
description: The software shall create a single ReqIF file which combines all TRLC files if requested by command line arguments.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter.register
- Python Method reqif_converter.ReqifConverter.begin
- Python Method reqif_converter.ReqifConverter.finish
- Python Method reqif_converter.ReqifConverter._write_document
- Python Method reqif_converter.ReqifConverter._reset_document_state
- TRLC Swtestcase SwTests.tc_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:540
description: The output file name shall be 'output.reqif' by default.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter.register
- Python Method reqif_converter.ReqifConverter._write_document
- TRLC Swtestcase SwTests.tc_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:546
description: The output file name shall be customizable by command line arguments.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter.register
- Python Method reqif_converter.ReqifConverter._write_document
- TRLC Swtestcase SwTests.tc_reqif_single_doc_custom
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:552
description: The top level heading shall be 'Specification' by default.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter.register
- TRLC Swtestcase SwTests.tc_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:558
description: The top level heading shall be customizable by command line arguments.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter.register
- TRLC Swtestcase SwTests.tc_reqif_single_doc_custom
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:567
description: The ReqIF converter shall convert a TRLC record reference attribute into a ReqIF SPEC-RELATION between the source and target spec-objects. Array record reference attributes shall produce one SPEC-RELATION per element. The field name shall be used as the relation type long-name.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter._queue_spec_relation
- Python Method reqif_converter.ReqifConverter._queue_spec_relations_from_expression
- Python Method reqif_converter.ReqifConverter._ensure_spec_relation_type
- Python Method reqif_converter.ReqifConverter._build_spec_relations
- TRLC Swtestcase SwTests.tc_reqif_relation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:577
description: The ReqIF converter shall optionally archive the generated .reqif output when --reqifz is given. For each document a subfolder named after the document shall be created inside the output folder, the .reqif file shall be written there, and all files inside that subfolder shall be bundled into a .reqifz ZIP archive placed in the output folder. Each document produces one .reqifz file.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter.register
- Python Method reqif_converter.ReqifConverter.finish
- Python Method reqif_converter.ReqifConverter._write_document
- Python Method reqif_converter.ReqifConverter._bundle_as_reqifz
- TRLC Swtestcase SwTests.tc_reqif_reqifz
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:587
description: The ReqIF converter shall keep the identifier of every generated ReqIF Identifiable element (SPEC-OBJECT, SPEC-HIERARCHY, SPEC-RELATION and the ReqIF header) immutable across consecutive exports and imports, as required by the ReqIF standard, when an identifier store file is provided via the --id-store command line argument.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Constructor reqif_identifier_store.ReqifIdentifierStore.__init__
- Python Method reqif_identifier_store.ReqifIdentifierStore.get_or_create
- Python Method reqif_converter.ReqifConverter.register
- Python Method reqif_converter.ReqifConverter._create_spec_object
- Python Method reqif_converter.ReqifConverter._obtain_identifier
- TRLC Swtestcase SwTests.tc_reqif_identifier_immutable
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:594
description: On the initial conversion, when the identifier store file does not yet exist, the ReqIF converter shall generate the identifiers, store them keyed by a stable logical key in the JSON identifier store file, and create that file.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_identifier_store.ReqifIdentifierStore.load
- Python Method reqif_identifier_store.ReqifIdentifierStore.save
- Python Method reqif_converter.ReqifConverter.begin
- Python Method reqif_converter.ReqifConverter.finish
- TRLC Swtestcase SwTests.tc_reqif_identifier_store_init
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:601
description: On subsequent conversions the ReqIF converter shall load the identifier store file and reuse the stored identifiers for already known elements. Newly added elements shall receive new identifiers which are added to the identifier store file.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_identifier_store.ReqifIdentifierStore.load
- Python Method reqif_identifier_store.ReqifIdentifierStore.get_or_create
- Python Method reqif_identifier_store.ReqifIdentifierStore.save
- Python Method reqif_converter.ReqifConverter.begin
- Python Method reqif_converter.ReqifConverter.finish
- TRLC Swtestcase SwTests.tc_reqif_identifier_store_reuse
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:611
description: The ReqIF converter shall convert a TRLC enumeration type attribute into a DATATYPE-DEFINITION-ENUMERATION and emit ATTRIBUTE-VALUE-ENUMERATION for the corresponding spec-object attribute.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter._create_enum_attribute
- Python Method reqif_converter.ReqifConverter._ensure_enum_datatype
- Python Method reqif_converter.ReqifConverter._ensure_enum_attribute_definition
- Python Method reqif_converter.ReqifConverter._get_field_enum_type
- Python Method reqif_converter.ReqifConverter._collect_enum_values_from_expression
- TRLC Swtestcase SwTests.tc_reqif_enum
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:617
description: The ENUM-VALUE keys inside a DATATYPE-DEFINITION-ENUMERATION shall start at 0 and be consecutive integers following the declaration order of the literals in the RSL enumeration.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter._ensure_enum_datatype
- TRLC Swtestcase SwTests.tc_reqif_enum
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:624
description: An optional TRLC enumeration attribute whose value is null shall be omitted from the generated ReqIF spec-object.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter._get_field_enum_type
- Python Method reqif_converter.ReqifConverter._collect_enum_values_from_expression
- TRLC Swtestcase SwTests.tc_reqif_enum_null
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:634
description: The software shall convert strings in [CommonMark's spec v0.31.2](https://spec.commonmark.org/0.31.2/) Markdown format to ReqIF XHTML if specified in the render configuration.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Class md2reqif_renderer.Md2ReqifRenderer
- Python Method reqif_converter.ReqifConverter._render
- Python Method reqif_converter.ReqifConverter._markdown_to_xhtml
- TRLC Swtestcase SwTests.tc_reqif_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:640
description: The software shall convert strings in [GitHub Flavored Markdown spec v0.29-gfm](https://github.github.com/gfm) Markdown format to ReqIF XHTML if specified in the render configuration.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Class gfm2reqif_renderer.Gfm2ReqifRenderer
- Python Method reqif_converter.ReqifConverter._render
- Python Method reqif_converter.ReqifConverter._markdown_to_xhtml
- TRLC Swtestcase SwTests.tc_reqif_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:646
description: The software shall pass XHTML content through to the ReqIF XHTML attribute value without modification when the render configuration specifies the `xhtml` format.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter._render
- TRLC Swtestcase SwTests.tc_reqif_render_xhtml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:652
description: The software shall convert a file path string attribute to a ReqIF XHTML `<object>` element with the MIME type derived from the file extension and a local reference to the file basename when the render configuration specifies the `path` format. The referenced file shall be copied to the output folder so that it is bundled into the .reqifz archive when the `--reqifz` option is used.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter._write_document
- Python Method reqif_converter.ReqifConverter._bundle_as_reqifz
- Python Method reqif_converter.ReqifConverter._render
- Python Method reqif_converter.ReqifConverter._path_to_xhtml
- Python Method reqif_converter.ReqifConverter._copy_external_files
- TRLC Swtestcase SwTests.tc_reqif_render_path
- TRLC Swtestcase SwTests.tc_reqif_render_path_reqifz
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:658
description: The software shall apply optional table rendering options from the render configuration when converting Markdown (CommonMark or GFM) to ReqIF XHTML. Supported options are `border` (a CSS style value applied to the `<table>` element's `style` attribute) and `headingStyle` (a CSS style value applied to each `<th>` cell's `style` attribute).
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Method reqif_converter.ReqifConverter._render
- Python Method reqif_converter.ReqifConverter._markdown_to_xhtml
- Python Method reqif_converter.ReqifConverter._apply_table_options
- TRLC Swtestcase SwTests.tc_reqif_render_table_options
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:664
description: The software shall render fenced code blocks tagged `plantuml` inside Markdown (CommonMark or GFM) requirement attributes as embedded SVG images in the ReqIF XHTML output. The generated SVG file shall be copied to the output folder (or bundled into the .reqifz archive) and referenced from the XHTML via an `<object>` element with `type="image/svg+xml"` and `data` set to the SVG file's local name. If PlantUML is not available, the block shall be replaced by a `[PlantUML error: ...]` paragraph instead of failing the conversion.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_reqif_converter
- Python Class md2reqif_renderer.Md2ReqifRenderer
- Python Class gfm2reqif_renderer.Gfm2ReqifRenderer
- Python Method reqif_converter.ReqifConverter._markdown_to_xhtml
- TRLC Swtestcase SwTests.tc_reqif_render_plantuml
- TRLC Swtestcase SwTests.tc_reqif_render_plantuml_error
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:678
description: The software shall support the conversion into docx format.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_docx_converter
- Python Constructor docx_converter.DocxConverter.__init__
- Python Method docx_converter.DocxConverter.get_subcommand
- Python Method docx_converter.DocxConverter.get_description
- Python Method docx_converter.DocxConverter.register
- TRLC Swtestcase SwTests.tc_docx
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:684
description: The software shall support loading a docx template to append docx content to.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_docx_converter
- Python Constructor docx_converter.DocxConverter.__init__
- TRLC Swtestcase SwTests.tc_docx_template
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:690
description: The software shall create a combined docx file for each TRLC file in file read order as provided by TRLC.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_docx_converter
- Python Method docx_converter.DocxConverter.finish
- TRLC Swtestcase SwTests.tc_docx_file
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:696
description: If no project specific conversion file is available, a TRLC section shall be converted into a Docx heading by considering the depth level.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_docx_converter
- Python Method docx_converter.DocxConverter.convert_section
- TRLC Swtestcase SwTests.tc_docx_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:702
description: If no project specific conversion file is available, consecutive TRLC records shall be converted into a docx heading with depth+1, a bookmark and a table listing the attributes.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_docx_converter
- Python Method docx_converter.DocxConverter.convert_record_object_generic
- Python Method docx_converter.DocxConverter._on_implict_null
- Python Method docx_converter.DocxConverter._on_record_reference
- Python Method docx_converter.DocxConverter._on_array_aggregate_begin
- Python Method docx_converter.DocxConverter._on_list_item
- Python Method docx_converter.DocxConverter._on_array_aggregate_finish
- Python Method docx_converter.DocxConverter._other_dispatcher
- Python Method docx_converter.DocxConverter._get_trlc_ast_walker
- Python Method docx_converter.DocxConverter._convert_record_object
- Python Method docx_converter.DocxConverter.docx_add_bookmark
- TRLC Swtestcase SwTests.tc_docx
- TRLC Swtestcase SwTests.tc_docx_multiple
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:708
description: If a record attribute of the type 'Record_Reference' is processed, the attribute shall be converted into a hyperlink to the corresponding reference bookmark.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_docx_converter
- Python Method docx_converter.DocxConverter._on_record_reference
- Python Method docx_converter.DocxConverter.docx_add_link_to_bookmark
- TRLC Swtestcase SwTests.tc_docx_multiple
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:716
description: The software shall convert strings in [CommonMark's spec v0.31.2](https://spec.commonmark.org/0.31.2/) Markdown format to docx format if specified in the render configuration.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_docx_converter
- Python Method docx_converter.DocxConverter._on_string_literal
- Python Method docx_converter.DocxConverter._render
- Python Class md2docx_renderer.Singleton
- Python Class md2docx_renderer.Md2DocxRenderer
- TRLC Swtestcase SwTests.tc_docx_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:722
description: The software shall convert strings in [GitHub Flavored Markdown spec v0.29-gfm](https://github.github.com/gfm) Markdown format to docx format if specified in the render configuration.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_docx_converter
- Python Method docx_converter.DocxConverter._on_string_literal
- Python Method docx_converter.DocxConverter._render
- Python Class gfm2docx_renderer.Gfm2DocxRenderer
- TRLC Swtestcase SwTests.tc_docx_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:728
description: The software shall render fenced code blocks tagged `plantuml` inside Markdown (CommonMark or GFM) requirement attributes as embedded PNG images in the docx output. If PlantUML is not available, the block shall be replaced by a `[PlantUML error: ...]` paragraph instead of failing the conversion.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_docx_converter
- TRLC Swtestcase SwTests.tc_docx_render_plantuml
Issues:
- missing reference to SW Code
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:742
description: The software shall support a simple conversion into text format to console out.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_dump_converter
- Python Class dump_converter.DumpConverter
- TRLC Swtestcase SwTests.tc_ascii_conversion
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:755
description: The software shall support the conversion of a PlantUML diagram to an appropriate image format.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_component_plantuml
- Python Class plantuml.PlantUML
- Python Method markdown_converter.MarkdownConverter._render_plantuml_blocks
- Python Class md2rst_renderer.Md2RstRenderer
- Python Class md2reqif_renderer.Md2ReqifRenderer
- Python Class gfm2reqif_renderer.Gfm2ReqifRenderer
- Python Class gfm2rst_renderer.Gfm2RstRenderer
- TRLC Swtestcase SwTests.tc_plantuml
- TRLC Swtestcase SwTests.tc_markdown_render_plantuml
- TRLC Swtestcase SwTests.tc_rst_render_plantuml
- TRLC Swtestcase SwTests.tc_reqif_render_plantuml
- TRLC Swtestcase SwTests.tc_docx_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
SW Constraint
Source:
trlc/swe-req/swe-req.trlc:765
description: The software shall support the Windows operating system.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_python_python
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:770
description: The software shall support the Linux operating system.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_python_python
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:775
description: The software shall be implemented in the Python programming language >= v3.10.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_python_python
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-req/swe-req.trlc:781
description: The software shall comply with the PEP8 coding standard.
valid_status: valid
Traces to:
- TRLC Swarchspec SwArch.sw_arch_python_style
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
SW Architecture
trlc/swe-arch/swe-arch.trlc
Source:
trlc/swe-arch/swe-arch.trlc:39
The pyTRLCConverter tool is implemented using Python v3.10 or higher and additional libraries available for Windows and Linux operating systems.
Derived from:
- TRLC Swconstraint SwRequirements.sw_constraint_prg_lang
- TRLC Swconstraint SwRequirements.sw_constraint_os_linux
- TRLC Swconstraint SwRequirements.sw_constraint_os_win
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:49
The pyTRLCConverter Python implementation files follow the PEP8 coding standard. Check code using `pylint` in development and CI.
Derived from:
- TRLC Swconstraint SwRequirements.sw_constraint_pep8
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:57
The pyTRLCConverter tool is a command line application driven by arguments.
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:63
The pyTRLCConverter tool writes informal messages to stdout and error messages to stderr.
Derived from:
- TRLC Swreq SwRequirements.sw_req_error
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:190
The **main** component is the application entry point. It handles argument handling,
help printing, usage error handling and version printing.
Embedded Blocks:
* main entry point
* command-line argument processing
* rendering configuration
* converter loading
Derived from:
- TRLC Swreq SwRequirements.sw_req_destination_format
- TRLC Swreq SwRequirements.sw_req_cli_render_cfg
- TRLC Swreq SwRequirements.sw_req_cli_translation
- TRLC Swreq SwRequirements.sw_req_cli_out
- TRLC Swreq SwRequirements.sw_req_no_prj_spec
- TRLC Swreq SwRequirements.sw_req_cli_exclude
- TRLC Swreq SwRequirements.sw_req_cli_include
- TRLC Swreq SwRequirements.sw_req_cli_source
- TRLC Swreq SwRequirements.sw_req_cli_verbose
- TRLC Swreq SwRequirements.sw_req_cli_help
- TRLC Swreq SwRequirements.sw_req_prj_spec_file
- TRLC Swreq SwRequirements.sw_req_prj_spec
- TRLC Swreq SwRequirements.sw_req_render_configuration
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:226
The ItemWalker class is responsible for traversing the TRLC symbol table,
which holds all TRLC elements. The selected converter is then applied to
all of the elements.
* Get TRLC symbol table
* Traverse the symbol table
* Call converter for each TRLC element
Derived from:
- TRLC Swreq SwRequirements.sw_req_process_trlc_symbols
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:248
The base converter implements the abstract converter API with logic
that is common between all format specific converter implementations.
* Render configuration handling
* Attribute translations
* Generic record conversion
Derived from:
- TRLC Swreq SwRequirements.sw_req_prj_spec_interface
- TRLC Swreq SwRequirements.sw_req_rst_render_gfm
- TRLC Swreq SwRequirements.sw_req_rst_render_md
- TRLC Swreq SwRequirements.sw_req_translation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:272
The Dump Converter implements the Text output conversion.
* Registers the `dump` output format and options
* Prints sections and records to console
Derived from:
- TRLC Swreq SwRequirements.sw_req_destination_format
- TRLC Swreq SwRequirements.sw_req_no_prj_spec
- TRLC Swreq SwRequirements.sw_req_ascii_conversion
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:293
The Markdown Converter implements the Markdown output format conversion.
* Registers the `markdown` output format and options
* Prints sections and records in markdown
* Optionally renders inline PlantUML fenced code blocks as SVG image references when `--render-plantuml` is given.
Derived from:
- TRLC Swreq SwRequirements.sw_req_destination_format
- TRLC Swreq SwRequirements.sw_req_markdown_out_file_name_default
- TRLC Swreq SwRequirements.sw_req_cli_render_plantuml
- TRLC Swreq SwRequirements.sw_req_markdown_render_plantuml
- TRLC Swreq SwRequirements.sw_req_markdown_render_gfm
- TRLC Swreq SwRequirements.sw_req_markdown_render_md
- TRLC Swreq SwRequirements.sw_req_markdown_top_level_custom
- TRLC Swreq SwRequirements.sw_req_markdown_top_level_default
- TRLC Swreq SwRequirements.sw_req_markdown_sd_top_level
- TRLC Swreq SwRequirements.sw_req_markdown_out_file_name_custom
- TRLC Swreq SwRequirements.sw_req_markdown_single_doc_mode
- TRLC Swreq SwRequirements.sw_req_markdown_md_top_level
- TRLC Swreq SwRequirements.sw_req_markdown_multiple_doc_mode
- TRLC Swreq SwRequirements.sw_req_markdown_out_folder
- TRLC Swreq SwRequirements.sw_req_markdown_soft_return
- TRLC Swreq SwRequirements.sw_req_markdown_text_color
- TRLC Swreq SwRequirements.sw_req_markdown_image
- TRLC Swreq SwRequirements.sw_req_markdown_link
- TRLC Swreq SwRequirements.sw_req_markdown_list
- TRLC Swreq SwRequirements.sw_req_markdown_table
- TRLC Swreq SwRequirements.sw_req_markdown_heading
- TRLC Swreq SwRequirements.sw_req_markdown_string_format
- TRLC Swreq SwRequirements.sw_req_markdown_escape
- TRLC Swreq SwRequirements.sw_req_markdown_record
- TRLC Swreq SwRequirements.sw_req_markdown_section
- TRLC Swreq SwRequirements.sw_req_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:338
The ReStructuredText Converter implements the ReStructuredText format output conversion.
* Registers the `rst` output format and options
* Prints sections and records in ReStructuredText
* Renders inline PlantUML fenced code blocks as SVG images referenced via `.. image::` directives.
Derived from:
- TRLC Swreq SwRequirements.sw_req_destination_format
- TRLC Swreq SwRequirements.sw_req_rst_render_plantuml
- TRLC Swreq SwRequirements.sw_req_rst_render_gfm
- TRLC Swreq SwRequirements.sw_req_rst_render_md
- TRLC Swreq SwRequirements.sw_req_rst_sd_top_level_custom
- TRLC Swreq SwRequirements.sw_req_rst_sd_top_level_default
- TRLC Swreq SwRequirements.sw_req_rst_sd_top_level
- TRLC Swreq SwRequirements.sw_req_rst_out_file_name_custom
- TRLC Swreq SwRequirements.sw_req_rst_out_file_name_default
- TRLC Swreq SwRequirements.sw_req_rst_single_doc_mode
- TRLC Swreq SwRequirements.sw_req_rst_multiple_doc_mode
- TRLC Swreq SwRequirements.sw_req_rst_out_folder
- TRLC Swreq SwRequirements.sw_req_rst_role
- TRLC Swreq SwRequirements.sw_req_rst_image
- TRLC Swreq SwRequirements.sw_req_rst_link
- TRLC Swreq SwRequirements.sw_req_rst_list
- TRLC Swreq SwRequirements.sw_req_rst_table
- TRLC Swreq SwRequirements.sw_req_rst_admonition
- TRLC Swreq SwRequirements.sw_req_rst_heading
- TRLC Swreq SwRequirements.sw_req_rst_string_format
- TRLC Swreq SwRequirements.sw_req_rst_escape
- TRLC Swreq SwRequirements.sw_req_rst_record
- TRLC Swreq SwRequirements.sw_req_rst_section
- TRLC Swreq SwRequirements.sw_req_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:381
The ReqIF Converter implements the ReqIF output format conversion.
* Registers the `reqif` output format and options.
* Creates sections and records in ReqIF format.
* Converts configured CommonMark and GFM fields into ReqIF XHTML.
* Passes configured XHTML fields through to ReqIF XHTML without modification.
* Renders inline PlantUML fenced code blocks as embedded SVG images in XHTML attributes.
* Converts TRLC enumeration type attributes to DATATYPE-DEFINITION-ENUMERATION with 0-based consecutive ENUM-VALUE keys in RSL declaration order.
* Omits optional enumeration attributes with null value from the generated spec-object.
* Converts TRLC record reference attributes to ReqIF SPEC-RELATION entries.
* Optionally archives the generated .reqif output as a .reqifz ZIP archive.
* Optionally persists the identifiers of ReqIF Identifiable elements in a JSON store so that they stay immutable across consecutive exports.
Derived from:
- TRLC Swreq SwRequirements.sw_req_destination_format
- TRLC Swreq SwRequirements.sw_req_reqif_identifier_store_reuse
- TRLC Swreq SwRequirements.sw_req_reqif_identifier_store_init
- TRLC Swreq SwRequirements.sw_req_reqif_identifier_immutable
- TRLC Swreq SwRequirements.sw_req_reqif_reqifz
- TRLC Swreq SwRequirements.sw_req_reqif_relation
- TRLC Swreq SwRequirements.sw_req_reqif_enum_null
- TRLC Swreq SwRequirements.sw_req_reqif_enum_key_order
- TRLC Swreq SwRequirements.sw_req_reqif_enum
- TRLC Swreq SwRequirements.sw_req_reqif_render_plantuml
- TRLC Swreq SwRequirements.sw_req_reqif_render_table_options
- TRLC Swreq SwRequirements.sw_req_reqif_render_path
- TRLC Swreq SwRequirements.sw_req_reqif_render_xhtml
- TRLC Swreq SwRequirements.sw_req_reqif_render_gfm
- TRLC Swreq SwRequirements.sw_req_reqif_render_md
- TRLC Swreq SwRequirements.sw_req_reqif_top_level_custom
- TRLC Swreq SwRequirements.sw_req_reqif_top_level_default
- TRLC Swreq SwRequirements.sw_req_reqif_out_file_name_custom
- TRLC Swreq SwRequirements.sw_req_reqif_out_file_name_default
- TRLC Swreq SwRequirements.sw_req_reqif_single_doc_mode
- TRLC Swreq SwRequirements.sw_req_reqif_multiple_doc_mode
- TRLC Swreq SwRequirements.sw_req_reqif_record
- TRLC Swreq SwRequirements.sw_req_reqif_section
- TRLC Swreq SwRequirements.sw_req_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:431
The DocX Converter implements the DocX format output conversion.
* Registers the `docx` output format and options.
* Creates sections and records in docx format.
* Renders inline PlantUML fenced code blocks as embedded PNG images.
Derived from:
- TRLC Swreq SwRequirements.sw_req_destination_format
- TRLC Swreq SwRequirements.sw_req_docx_render_plantuml
- TRLC Swreq SwRequirements.sw_req_docx_render_gfm
- TRLC Swreq SwRequirements.sw_req_docx_render_md
- TRLC Swreq SwRequirements.sw_req_docx_reference
- TRLC Swreq SwRequirements.sw_req_docx_record
- TRLC Swreq SwRequirements.sw_req_docx_section
- TRLC Swreq SwRequirements.sw_req_docx_file
- TRLC Swreq SwRequirements.sw_req_docx_template
- TRLC Swreq SwRequirements.sw_req_docx
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:461
The version component handles version and other program attributes.
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli_version
- TRLC Swreq SwRequirements.sw_req_version
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:479
The Logger component provides a wrapper for Python logging to handle verbose and normal logging.
Derived from:
- TRLC Swreq SwRequirements.sw_req_verbose_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-arch/swe-arch.trlc:496
The PlantIML component provides diagram image generation based on PlantUML files.
Derived from:
- TRLC Swreq SwRequirements.sw_req_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
SW Test Case
trlc/swe-test/swe-test.trlc
Source:
trlc/swe-test/swe-test.trlc:14
This test case checks whether the tool supports the command line arguments.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_cli_no_arguments_result
- Python Function test_general.test_tc_cli_no_arguments
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:19
This test case check whether the translation of requirement attributes works.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_translation_result
- Python Function test_general.test_tc_translation
Derived from:
- TRLC Swreq SwRequirements.sw_req_translation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:24
This test case check whether the render configuration works.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_render_configuration_no_file_result
- TRLC Swtestcaseresult SwTests.test_tc_render_configuration_valid_file_result
- Python Function test_render_cfg.test_tc_render_configuration_no_file
- Python Function test_render_cfg.test_tc_render_configuration_valid_file
Derived from:
- TRLC Swreq SwRequirements.sw_req_render_configuration
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:29
This test case check whether a project specific converter can be instantiated.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_prj_spec_result
- Python Function test_general.test_tc_prj_spec
Derived from:
- TRLC Swreq SwRequirements.sw_req_prj_spec_interface
- TRLC Swreq SwRequirements.sw_req_prj_spec_file
- TRLC Swreq SwRequirements.sw_req_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:34
This test case check whether '--version' shows the correct version format format <program-name> <major>.<minor>.<patch>.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_version_result
- Python Function test_general.test_tc_version
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli_version
- TRLC Swreq SwRequirements.sw_req_version
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:39
This test case check whether one single TRLC requirement is printed out of one TRLC file.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_process_trlc_symbols_one_file_one_req_result
- Python Function test_general.test_tc_process_trlc_symbols_one_file_one_req
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli_source
- TRLC Swreq SwRequirements.sw_req_destination_format
- TRLC Swreq SwRequirements.sw_req_process_trlc_symbols
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:44
This test case check whether one single TRLC requirement per TRLC file is printed out of two TRLC files.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_process_trlc_symbols_two_files_one_req_result
- Python Function test_general.test_tc_process_trlc_symbols_two_files_one_req
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli_source
- TRLC Swreq SwRequirements.sw_req_destination_format
- TRLC Swreq SwRequirements.sw_req_process_trlc_symbols
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:49
This test case check whether in verbose mode more information is printed out.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_verbose_result
- Python Function test_general.test_tc_verbose
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli_verbose
- TRLC Swreq SwRequirements.sw_req_verbose_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:54
This test case check whether error messages are printed to stderr.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_cli_no_arguments_result
- Python Function test_general.test_tc_cli_no_arguments
Derived from:
- TRLC Swreq SwRequirements.sw_req_error
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:66
This test case checks the conversion of a PlantUML diagram into an image.
Traces to:
- TRLC Swtestcaseresult SwTests.test_make_server_url_result
- Python Function test_plantuml.test_make_server_url
Derived from:
- TRLC Swreq SwRequirements.sw_req_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:75
This test case checks whether the help information is shown with '--help' without project specific converter.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_help_result
- Python Function test_cli.test_tc_help
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli_help
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:80
This test case checks whether the help information is shown with '--help' with project specific converter.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_help_prj_spec_result
- Python Function test_cli.test_tc_help_prj_spec
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli_help
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:85
This test case checks whether a TRLC file can be excluded from the conversion.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_cli_exclude_result
- TRLC Swtestcaseresult SwTests.test_tc_markdown_single_doc_exclude_result
- TRLC Swtestcaseresult SwTests.test_tc_markdown_single_doc_exclude_none_result
- TRLC Swtestcaseresult SwTests.test_tc_rst_single_doc_exclude_result
- Python Function test_cli.test_tc_cli_exclude
- Python Function test_rst.test_tc_rst_single_doc_exclude
- Python Function test_markdown.test_tc_markdown_single_doc_exclude
- Python Function test_markdown.test_tc_markdown_single_doc_exclude_none
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli_exclude
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:90
This test case checks whether a TRLC file can be included as on demand context in the conversion.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_cli_include_result
- Python Function test_cli.test_tc_cli_include
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli_include
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:95
This test case checks whether a translation file can be configured via the command line.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_translation_result
- Python Function test_general.test_tc_translation
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli_translation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:100
This test case checks whether a render configuration file can be configured via the command line.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_cli_render_cfg_result
- Python Function test_cli.test_tc_cli_render_cfg
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli_render_cfg
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:108
This test case checks whether the conversion to Markdown format works.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_result
- Python Function test_markdown.test_tc_markdown
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_top_level_default
- TRLC Swreq SwRequirements.sw_req_markdown_sd_top_level
- TRLC Swreq SwRequirements.sw_req_markdown_out_file_name_default
- TRLC Swreq SwRequirements.sw_req_markdown_single_doc_mode
- TRLC Swreq SwRequirements.sw_req_cli_out
- TRLC Swreq SwRequirements.sw_req_no_prj_spec
- TRLC Swreq SwRequirements.sw_req_markdown_record
- TRLC Swreq SwRequirements.sw_req_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:121
This test case checks whether the conversion of a TRLC section to a Markdown section works.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_section_result
- Python Function test_markdown.test_tc_markdown_section
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_top_level_custom
- TRLC Swreq SwRequirements.sw_req_markdown_out_file_name_custom
- TRLC Swreq SwRequirements.sw_req_markdown_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:129
This test case checks whether the default Markdown converter can convert strings with Markdown escaping.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_escape_result
- Python Function test_markdown.test_tc_markdown_escape
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_escape
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:134
This test case checks whether the default Markdown converter provides a function
to create valid Markdown headings.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_heading_result
- Python Function test_markdown.test_tc_markdown_heading
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_heading
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:140
This test case checks whether the default Markdown converter provides the functionality
to create valid Markdown tables.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_table_result
- Python Function test_markdown.test_tc_markdown_table
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_table
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:146
This test case checks whether the default Markdown converter provides a function
to create valid Markdown list and a valid HTML list.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_list_result
- Python Function test_markdown.test_tc_markdown_list
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_list
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:152
This test case checks whether the default Markdown converter provides a function
to create valid Markdown links.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_link_result
- Python Function test_markdown.test_tc_markdown_link
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_link
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:158
This test case checks whether the default Markdown converter provides a function
to embed images in Markdown.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_image_result
- Python Function test_markdown.test_tc_markdown_image
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_image
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:164
This test case checks whether the default Markdown converter provides a function
to create colored text in Markdown.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_text_color_result
- Python Function test_markdown.test_tc_markdown_text_color
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_text_color
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:170
This test case checks whether the default Markdown converter provides a function
to encode line feeds as Markdown soft returns.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_soft_return_result
- Python Function test_markdown.test_tc_markdown_soft_return
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_soft_return
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:176
This test case checks whether the default Markdown converter creates output files in the
specified output folder.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_out_folder_result
- Python Function test_markdown.test_tc_markdown_out_folder
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_out_folder
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:182
This test case checks whether the conversion to markdown in multiple document mode creates one output document per TRLC source file and
whether the top level heading is created when required.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_multi_doc_result
- Python Function test_markdown.test_tc_markdown_multi_doc
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_md_top_level
- TRLC Swreq SwRequirements.sw_req_markdown_multiple_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:188
This test case checks whether CommonMark Markdown content in requirement attributes is rendered correctly
when the render configuration is set to "md".
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_render_md_result
- Python Function test_markdown.test_tc_markdown_render_md
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_string_format
- TRLC Swreq SwRequirements.sw_req_markdown_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:194
This test case checks whether GitHub Flavored Markdown content in requirement attributes is rendered correctly
when the render configuration is set to "gfm".
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_render_gfm_result
- Python Function test_markdown.test_tc_markdown_render_gfm
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_string_format
- TRLC Swreq SwRequirements.sw_req_markdown_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:200
This test case checks whether a fenced ```plantuml``` code block inside a Markdown requirement attribute is
replaced by an SVG image reference when --render-plantuml is given, and that the SVG file is written to the output folder.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_render_plantuml_result
- Python Function test_markdown.test_tc_markdown_render_plantuml
Derived from:
- TRLC Swreq SwRequirements.sw_req_plantuml
- TRLC Swreq SwRequirements.sw_req_cli_render_plantuml
- TRLC Swreq SwRequirements.sw_req_markdown_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:206
This test case checks whether a fenced ```plantuml``` code block is replaced by a [PlantUML error: ...]
paragraph in the Markdown output when --render-plantuml is given but PlantUML is not available.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_markdown_render_plantuml_error_result
- Python Function test_markdown.test_tc_markdown_render_plantuml_error
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:215
This test case checks whether the conversion to reStructuredText format works.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_result
- Python Function test_rst.test_tc_rst
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_sd_top_level_default
- TRLC Swreq SwRequirements.sw_req_rst_sd_top_level
- TRLC Swreq SwRequirements.sw_req_rst_out_file_name_default
- TRLC Swreq SwRequirements.sw_req_rst_single_doc_mode
- TRLC Swreq SwRequirements.sw_req_cli_out
- TRLC Swreq SwRequirements.sw_req_no_prj_spec
- TRLC Swreq SwRequirements.sw_req_rst_record
- TRLC Swreq SwRequirements.sw_req_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:228
This test case checks whether the conversion of a TRLC section to a reStructuredText section works.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_section_result
- Python Function test_rst.test_tc_rst_section
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:233
This test case checks whether the default reStructuredText converter can convert strings with reStructuredText escaping.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_escape_result
- Python Function test_rst.test_tc_rst_escape
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_escape
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:238
This test case checks whether the default reStructuredText converter provides a function
to create valid reStructuredText headings.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_heading_result
- Python Function test_rst.test_tc_rst_heading
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_heading
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:244
This test case checks whether the default reStructuredText converter provides a function
to create valid reStructuredText admonition.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_admonition_result
- Python Function test_rst.test_tc_rst_admonition
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_admonition
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:250
This test case checks whether the default reStructuredText converter provides the functionality
to create valid reStructuredText tables.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_table_result
- Python Function test_rst.test_tc_rst_table
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_table
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:256
This test case checks whether the default reStructuredText converter provides a function
to create valid reStructuredText list.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_list_result
- Python Function test_rst.test_tc_rst_list
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_list
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:262
This test case checks whether the default reStructuredText converter provides a function
to create valid reStructuredText links.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_link_result
- Python Function test_rst.test_tc_rst_link
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_link
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:268
This test case checks whether the default reStructuredText converter provides a function
to embed images in reStructuredText.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_image_result
- Python Function test_rst.test_tc_rst_image
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_image
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:274
This test case checks whether the default reStructuredText converter provides a function
to create colored text in reStructuredText.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_role_result
- Python Function test_rst.test_tc_rst_role
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_role
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:280
This test case checks whether the default reStructuredText converter creates output files in the
specified output folder.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_out_folder_result
- Python Function test_rst.test_tc_rst_out_folder
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_out_folder
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:286
This test case checks whether the conversion to reStructuredText in single document mode is customizeable.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_single_doc_custom_result
- Python Function test_rst.test_tc_rst_single_doc_custom
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_sd_top_level_custom
- TRLC Swreq SwRequirements.sw_req_rst_out_file_name_custom
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:291
This test case checks whether the conversion to reStructuredText in multiple document mode convers one output document per TRLC source file.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_multi_doc_result
- Python Function test_rst.test_tc_rst_multi_doc
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_multiple_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:296
This test case checks that strings already in reStructuredText format are not escaped.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_string_format_result
- Python Function test_rst.test_tc_rst_string_format
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_string_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:301
This test case checks whether CommonMark Markdown content in requirement attributes is rendered correctly
when the render configuration is set to "md".
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_render_md_result
- Python Function test_rst.test_tc_rst_render_md
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:307
This test case checks whether GitHub Flavored Markdown content in requirement attributes is rendered correctly
when the render configuration is set to "gfm".
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_render_gfm_result
- Python Function test_rst.test_tc_rst_render_gfm
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:313
This test case checks whether a fenced ```plantuml``` code block inside a Markdown requirement attribute is
rendered as a reStructuredText ``.. image::`` directive referencing an SVG file written to the output folder.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_render_plantuml_result
- Python Function test_rst.test_tc_rst_render_plantuml
Derived from:
- TRLC Swreq SwRequirements.sw_req_plantuml
- TRLC Swreq SwRequirements.sw_req_rst_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:319
This test case checks whether a fenced ```plantuml``` code block is replaced by a [PlantUML error: ...]
paragraph in the generated RST output when the PLANTUML environment variable is not configured, so the conversion
does not fail.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_rst_render_plantuml_error_result
- Python Function test_rst.test_tc_rst_render_plantuml_error
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:329
This test case checks whether the conversion to ReqIF format works.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_result
- TRLC Swtestcaseresult SwTests.test_tc_reqif_type_specific_spec_object_types_result
- Python Function test_reqif_types.test_tc_reqif_type_specific_spec_object_types
- Python Function test_reqif.test_tc_reqif
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_top_level_default
- TRLC Swreq SwRequirements.sw_req_reqif_out_file_name_default
- TRLC Swreq SwRequirements.sw_req_reqif_single_doc_mode
- TRLC Swreq SwRequirements.sw_req_cli_out
- TRLC Swreq SwRequirements.sw_req_no_prj_spec
- TRLC Swreq SwRequirements.sw_req_reqif_record
- TRLC Swreq SwRequirements.sw_req_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:341
This test case checks whether a TRLC section produces a SPEC-HIERARCHY node referencing the preceding record's SPEC-OBJECT, and that a warning is emitted when no preceding record exists.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_section_result
- TRLC Swtestcaseresult SwTests.test_tc_reqif_type_specific_spec_object_types_result
- Python Function test_reqif_types.test_tc_reqif_type_specific_spec_object_types
- Python Function test_reqif.test_tc_reqif_section
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:346
This test case checks whether the conversion to ReqIF in single document mode is customizable.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_single_doc_custom_result
- Python Function test_reqif.test_tc_reqif_single_doc_custom
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_top_level_custom
- TRLC Swreq SwRequirements.sw_req_reqif_out_file_name_custom
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:351
This test case checks whether CommonMark Markdown content in requirement attributes is rendered correctly
when the render configuration is set to "md".
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_render_md_result
- Python Function test_reqif.test_tc_reqif_render_md
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:357
This test case checks whether GitHub Flavored Markdown content in requirement attributes is rendered correctly
when the render configuration is set to "gfm".
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_render_gfm_result
- Python Function test_reqif.test_tc_reqif_render_gfm
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:363
This test case checks whether XHTML content in requirement attributes is passed through without modification
when the render configuration is set to "xhtml".
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_render_xhtml_result
- Python Function test_reqif.test_tc_reqif_render_xhtml
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_render_xhtml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:369
This test case checks whether GFM table rendering options (`border` and `headingStyle`) from the render
configuration are applied to the generated ReqIF XHTML, producing a `<table>` with the configured `style` and `<th>`
cells with the configured `style`.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_render_gfm_table_options_result
- Python Function test_reqif.test_tc_reqif_render_gfm_table_options
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:376
This test case checks whether a file path attribute is rendered as a ReqIF XHTML <object> element with the
correct MIME type and local file reference, and that the referenced file is copied to the output folder.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_render_path_result
- Python Function test_reqif.test_tc_reqif_render_path
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_render_path
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:382
This test case checks whether the external file referenced by a path format attribute is included in the
.reqifz archive when the --reqifz option is used.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_render_path_reqifz_result
- Python Function test_reqif.test_tc_reqif_render_path_reqifz
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_render_path
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:388
This test case checks whether a fenced ```plantuml``` code block inside a Markdown requirement attribute is
rendered as an XHTML <object type="image/svg+xml"> element in the generated ReqIF output and that the referenced SVG file
is written to the output folder.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_render_plantuml_result
- Python Function test_reqif.test_tc_reqif_render_plantuml
Derived from:
- TRLC Swreq SwRequirements.sw_req_plantuml
- TRLC Swreq SwRequirements.sw_req_reqif_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:395
This test case checks whether a fenced ```plantuml``` code block is replaced by a [PlantUML error: ...]
paragraph in the generated ReqIF output when the PLANTUML environment variable is not configured, so the conversion
does not fail.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_render_plantuml_error_result
- Python Function test_reqif.test_tc_reqif_render_plantuml_error
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:402
This test case checks whether a TRLC enumeration attribute is converted to a DATATYPE-DEFINITION-ENUMERATION with 0-based consecutive ENUM-VALUE keys and emitted as ATTRIBUTE-VALUE-ENUMERATION in the spec-object.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_enum_result
- Python Function test_reqif_types.test_tc_reqif_enum
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_enum_key_order
- TRLC Swreq SwRequirements.sw_req_reqif_enum
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:407
This test case checks whether an optional TRLC enumeration attribute with a null value is omitted from the generated ReqIF spec-object.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_enum_null_result
- Python Function test_reqif_types.test_tc_reqif_enum_null
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_enum_null
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:412
This test case checks whether TRLC record reference attributes are converted to ReqIF SPEC-RELATION entries, and that array record reference attributes produce one SPEC-RELATION per element.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_record_reference_relation_result
- TRLC Swtestcaseresult SwTests.test_tc_reqif_record_reference_array_relation_result
- Python Function test_reqif_types.test_tc_reqif_record_reference_relation
- Python Function test_reqif_types.test_tc_reqif_record_reference_array_relation
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_relation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:417
This test case checks whether the ReqIF converter archives the generated output as a .reqifz ZIP file when the --reqifz flag is given.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_reqifz_result
- TRLC Swtestcaseresult SwTests.test_tc_reqif_reqifz_multiple_doc_result
- Python Function test_reqif.test_tc_reqif_reqifz
- Python Function test_reqif.test_tc_reqif_reqifz_multiple_doc
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_reqifz
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:422
This test case checks whether the ReqIF converter creates the JSON identifier store file and stores the generated identifiers on the initial conversion when --id-store points to a non-existing file.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_identifier_store_init_result
- Python Function test_reqif.test_tc_reqif_identifier_store_init
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:427
This test case checks whether the identifiers of the generated ReqIF Identifiable elements stay immutable across two consecutive exports using the same --id-store file.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_identifier_immutable_result
- Python Function test_reqif.test_tc_reqif_identifier_immutable
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:432
This test case checks whether the ReqIF converter reuses stored identifiers for known elements and assigns new identifiers to new elements, writing them back to the --id-store file.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_reqif_identifier_store_reuse_result
- Python Function test_reqif.test_tc_reqif_identifier_store_reuse
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:440
This test case checks whether the conversion to docx format works.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_docx_result
- Python Function test_docx.test_tc_docx
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_record
- TRLC Swreq SwRequirements.sw_req_docx
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:445
This test case checks whether the conversion of multiple records containing record_references to docx format works.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_docx_multiple_result
- Python Function test_docx.test_tc_docx_multiple
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_reference
- TRLC Swreq SwRequirements.sw_req_docx_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:450
This test case checks whether the conversion of a TRLC section to a docx section works.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_docx_section_result
- Python Function test_docx.test_tc_docx_section
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:455
This test case checks whether the conversion to docx combines the results from multiple TRLC files into one docx file
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_docx_file_result
- Python Function test_docx.test_tc_docx_file
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_file
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:460
This test case checks whether the conversion using a template works correctly.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_docx_template_result
- Python Function test_docx.test_tc_docx_template
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_template
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:465
this test case checks whether the conversion from CommonMark Markdown strings to docx works correctly.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_docx_render_md_result
- Python Function test_docx.test_tc_docx_render_md
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:470
This test case checks whether GitHub Flavored Markdown content in requirement attributes is rendered correctly when the render configuration is set to "gfm".
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_docx_render_gfm_result
- Python Function test_docx.test_tc_docx_render_gfm
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:475
This test case checks whether a fenced ```plantuml``` code block inside a Markdown requirement attribute is
rendered as an embedded PNG image in the docx output, or replaced by a [PlantUML error: ...] paragraph if PlantUML is
not available.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_docx_render_plantuml_result
- TRLC Swtestcaseresult SwTests.test_tc_docx_render_plantuml_error_result
- Python Function test_docx.test_tc_docx_render_plantuml
- Python Function test_docx.test_tc_docx_render_plantuml_error
Derived from:
- TRLC Swreq SwRequirements.sw_req_plantuml
- TRLC Swreq SwRequirements.sw_req_docx_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
trlc/swe-test/swe-test.trlc:485
This test case checks whether the conversion to ASCII format works.
Traces to:
- TRLC Swtestcaseresult SwTests.test_tc_ascii_conversion_result
- Python Function test_dump.test_tc_ascii_conversion
Derived from:
- TRLC Swreq SwRequirements.sw_req_ascii_conversion
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
SW Test Result
tools/testReport/out/sw_test_result_report.trlc
test_tc_help
Derived from:
- TRLC Swtestcase SwTests.tc_help
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_help_prj_spec
Derived from:
- TRLC Swtestcase SwTests.tc_help_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_cli_exclude
Derived from:
- TRLC Swtestcase SwTests.tc_cli_exclude
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_cli_include
Derived from:
- TRLC Swtestcase SwTests.tc_cli_include
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_cli_render_cfg
Derived from:
- TRLC Swtestcase SwTests.tc_cli_render_cfg
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_docx
Derived from:
- TRLC Swtestcase SwTests.tc_docx
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_docx_multiple
Derived from:
- TRLC Swtestcase SwTests.tc_docx_multiple
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_docx_section
Derived from:
- TRLC Swtestcase SwTests.tc_docx_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_docx_file
Derived from:
- TRLC Swtestcase SwTests.tc_docx_file
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_docx_template
Derived from:
- TRLC Swtestcase SwTests.tc_docx_template
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_docx_render_md
Derived from:
- TRLC Swtestcase SwTests.tc_docx_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_docx_render_gfm
Derived from:
- TRLC Swtestcase SwTests.tc_docx_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_docx_render_plantuml
Derived from:
- TRLC Swtestcase SwTests.tc_docx_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_docx_render_plantuml_error
Derived from:
- TRLC Swtestcase SwTests.tc_docx_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_ascii_conversion
Derived from:
- TRLC Swtestcase SwTests.tc_ascii_conversion
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_cli_no_arguments
Derived from:
- TRLC Swtestcase SwTests.tc_error
- TRLC Swtestcase SwTests.tc_cli
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_translation
Derived from:
- TRLC Swtestcase SwTests.tc_cli_translation
- TRLC Swtestcase SwTests.tc_translation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_prj_spec
Derived from:
- TRLC Swtestcase SwTests.tc_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_version
Derived from:
- TRLC Swtestcase SwTests.tc_version
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_process_trlc_symbols_one_file_one_req
Derived from:
- TRLC Swtestcase SwTests.tc_process_trlc_symbols_one_file_one_req
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_process_trlc_symbols_two_files_one_req
Derived from:
- TRLC Swtestcase SwTests.tc_process_trlc_symbols_two_files_one_req
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_verbose
Derived from:
- TRLC Swtestcase SwTests.tc_verbose
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown
Derived from:
- TRLC Swtestcase SwTests.tc_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_section
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_escape
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_escape
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_heading
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_heading
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_table
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_table
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_list
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_list
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_link
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_link
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_image
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_image
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_text_color
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_text_color
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_soft_return
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_soft_return
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_out_folder
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_out_folder
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_single_doc_exclude
Derived from:
- TRLC Swtestcase SwTests.tc_cli_exclude
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_single_doc_exclude_none
Derived from:
- TRLC Swtestcase SwTests.tc_cli_exclude
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_multi_doc
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_multi_doc
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_render_md
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_render_gfm
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_render_plantuml
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_markdown_render_plantuml_error
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_render_plantuml_error
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_make_server_url
Derived from:
- TRLC Swtestcase SwTests.tc_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_render_configuration_no_file
Derived from:
- TRLC Swtestcase SwTests.tc_render_configuration
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_render_configuration_valid_file
Derived from:
- TRLC Swtestcase SwTests.tc_render_configuration
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif
Derived from:
- TRLC Swtestcase SwTests.tc_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_section
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_single_doc_custom
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_single_doc_custom
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_render_md
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_render_gfm
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_render_gfm_table_options
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_table_options
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_render_xhtml
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_xhtml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_render_path
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_path
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_render_path_reqifz
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_path_reqifz
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_reqifz
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_reqifz
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_reqifz_multiple_doc
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_reqifz
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_render_plantuml
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_render_plantuml_error
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_plantuml_error
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_identifier_store_init
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_identifier_store_init
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_identifier_immutable
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_identifier_immutable
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_identifier_store_reuse
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_identifier_store_reuse
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_type_specific_spec_object_types
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_section
- TRLC Swtestcase SwTests.tc_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_record_reference_relation
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_relation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_record_reference_array_relation
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_relation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_enum
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_enum
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_reqif_enum_null
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_enum_null
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst
Derived from:
- TRLC Swtestcase SwTests.tc_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_section
Derived from:
- TRLC Swtestcase SwTests.tc_rst_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_escape
Derived from:
- TRLC Swtestcase SwTests.tc_rst_escape
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_heading
Derived from:
- TRLC Swtestcase SwTests.tc_rst_heading
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_admonition
Derived from:
- TRLC Swtestcase SwTests.tc_rst_admonition
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_table
Derived from:
- TRLC Swtestcase SwTests.tc_rst_table
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_list
Derived from:
- TRLC Swtestcase SwTests.tc_rst_list
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_link
Derived from:
- TRLC Swtestcase SwTests.tc_rst_link
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_image
Derived from:
- TRLC Swtestcase SwTests.tc_rst_image
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_role
Derived from:
- TRLC Swtestcase SwTests.tc_rst_role
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_out_folder
Derived from:
- TRLC Swtestcase SwTests.tc_rst_out_folder
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_single_doc_custom
Derived from:
- TRLC Swtestcase SwTests.tc_rst_single_doc_custom
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_single_doc_exclude
Derived from:
- TRLC Swtestcase SwTests.tc_cli_exclude
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_multi_doc
Derived from:
- TRLC Swtestcase SwTests.tc_rst_multi_doc
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_string_format
Derived from:
- TRLC Swtestcase SwTests.tc_rst_string_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_render_md
Derived from:
- TRLC Swtestcase SwTests.tc_rst_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_render_gfm
Derived from:
- TRLC Swtestcase SwTests.tc_rst_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_render_plantuml
Derived from:
- TRLC Swtestcase SwTests.tc_rst_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
test_tc_rst_render_plantuml_error
Derived from:
- TRLC Swtestcase SwTests.tc_rst_render_plantuml_error
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Implementation
SW Code
src/pyTRLCConverter/__main__.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli_translation
- TRLC Swreq SwRequirements.sw_req_cli_render_cfg
- TRLC Swreq SwRequirements.sw_req_prj_spec_file
- TRLC Swreq SwRequirements.sw_req_cli_out
- TRLC Swreq SwRequirements.sw_req_cli_exclude
- TRLC Swreq SwRequirements.sw_req_cli_source
- TRLC Swreq SwRequirements.sw_req_cli_include
- TRLC Swreq SwRequirements.sw_req_cli_verbose
- TRLC Swreq SwRequirements.sw_req_cli_version
- TRLC Swreq SwRequirements.sw_req_cli_help
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_no_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_verbose_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_render_configuration
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_prj_spec_interface
- TRLC Swreq SwRequirements.sw_req_prj_spec_file
- TRLC Swreq SwRequirements.sw_req_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_out_folder
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_process_trlc_symbols
- TRLC Swreq SwRequirements.sw_req_destination_format
- TRLC Swreq SwRequirements.sw_req_cli
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/abstract_converter.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_prj_spec_interface
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/base_converter.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_translation
- TRLC Swreq SwRequirements.sw_req_destination_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/docx_converter.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_template
- TRLC Swreq SwRequirements.sw_req_docx
- TRLC Swreq SwRequirements.sw_req_no_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_file
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_reference
- TRLC Swreq SwRequirements.sw_req_docx_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_render_gfm
- TRLC Swreq SwRequirements.sw_req_docx_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_render_gfm
- TRLC Swreq SwRequirements.sw_req_docx_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/dump_converter.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_ascii_conversion
- TRLC Swreq SwRequirements.sw_req_no_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/item_walker.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_process_trlc_symbols
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/logger.py
Source:
src/pyTRLCConverter/logger.py:37
Derived from:
- TRLC Swreq SwRequirements.sw_req_verbose_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
src/pyTRLCConverter/logger.py:46
Derived from:
- TRLC Swreq SwRequirements.sw_req_verbose_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
src/pyTRLCConverter/logger.py:56
Derived from:
- TRLC Swreq SwRequirements.sw_req_verbose_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
src/pyTRLCConverter/logger.py:66
Derived from:
- TRLC Swreq SwRequirements.sw_req_error
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/markdown/document.py
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/markdown/element.py
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_heading
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_table
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_list
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_image
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/markdown/text.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_escape
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_soft_return
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_link
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_text_color
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/markdown_converter.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown
- TRLC Swreq SwRequirements.sw_req_no_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_cli_render_plantuml
- TRLC Swreq SwRequirements.sw_req_markdown_render_plantuml
- TRLC Swreq SwRequirements.sw_req_markdown_out_file_name_custom
- TRLC Swreq SwRequirements.sw_req_markdown_out_file_name_default
- TRLC Swreq SwRequirements.sw_req_markdown_top_level_custom
- TRLC Swreq SwRequirements.sw_req_markdown_top_level_default
- TRLC Swreq SwRequirements.sw_req_markdown_single_doc_mode
- TRLC Swreq SwRequirements.sw_req_markdown_multiple_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_sd_top_level
- TRLC Swreq SwRequirements.sw_req_markdown_single_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_md_top_level
- TRLC Swreq SwRequirements.sw_req_markdown_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_md_top_level
- TRLC Swreq SwRequirements.sw_req_markdown_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_sd_top_level
- TRLC Swreq SwRequirements.sw_req_markdown_md_top_level
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_out_folder
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_render_gfm
- TRLC Swreq SwRequirements.sw_req_markdown_render_md
- TRLC Swreq SwRequirements.sw_req_markdown_string_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_escape
- TRLC Swreq SwRequirements.sw_req_markdown_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_string_format
- TRLC Swreq SwRequirements.sw_req_markdown_escape
- TRLC Swreq SwRequirements.sw_req_markdown_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_render_plantuml
- TRLC Swreq SwRequirements.sw_req_markdown_render_gfm
- TRLC Swreq SwRequirements.sw_req_markdown_render_md
- TRLC Swreq SwRequirements.sw_req_markdown_string_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_plantuml
- TRLC Swreq SwRequirements.sw_req_markdown_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_markdown_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/marko/gfm2docx_renderer.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/marko/gfm2reqif_renderer.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_plantuml
- TRLC Swreq SwRequirements.sw_req_reqif_render_plantuml
- TRLC Swreq SwRequirements.sw_req_reqif_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/marko/gfm2rst_renderer.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_plantuml
- TRLC Swreq SwRequirements.sw_req_rst_render_plantuml
- TRLC Swreq SwRequirements.sw_req_rst_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/marko/md2docx_renderer.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_docx_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/marko/md2reqif_renderer.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_plantuml
- TRLC Swreq SwRequirements.sw_req_reqif_render_plantuml
- TRLC Swreq SwRequirements.sw_req_reqif_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/marko/md2rst_renderer.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_plantuml
- TRLC Swreq SwRequirements.sw_req_rst_render_plantuml
- TRLC Swreq SwRequirements.sw_req_rst_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/plantuml.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/render_config.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_render_configuration
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/reqif_converter.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_identifier_immutable
- TRLC Swreq SwRequirements.sw_req_reqif_reqifz
- TRLC Swreq SwRequirements.sw_req_reqif_out_file_name_custom
- TRLC Swreq SwRequirements.sw_req_reqif_out_file_name_default
- TRLC Swreq SwRequirements.sw_req_reqif_top_level_custom
- TRLC Swreq SwRequirements.sw_req_reqif_top_level_default
- TRLC Swreq SwRequirements.sw_req_reqif_single_doc_mode
- TRLC Swreq SwRequirements.sw_req_reqif_multiple_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_identifier_store_reuse
- TRLC Swreq SwRequirements.sw_req_reqif_identifier_store_init
- TRLC Swreq SwRequirements.sw_req_reqif_reqifz
- TRLC Swreq SwRequirements.sw_req_reqif_single_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_render_path
- TRLC Swreq SwRequirements.sw_req_reqif_reqifz
- TRLC Swreq SwRequirements.sw_req_reqif_out_file_name_custom
- TRLC Swreq SwRequirements.sw_req_reqif_out_file_name_default
- TRLC Swreq SwRequirements.sw_req_reqif_single_doc_mode
- TRLC Swreq SwRequirements.sw_req_reqif_multiple_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_render_path
- TRLC Swreq SwRequirements.sw_req_reqif_reqifz
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_single_doc_mode
- TRLC Swreq SwRequirements.sw_req_reqif_multiple_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
- TRLC Swreq SwRequirements.sw_req_reqif_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_identifier_immutable
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_enum
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_enum_key_order
- TRLC Swreq SwRequirements.sw_req_reqif_enum
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_enum
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_enum_null
- TRLC Swreq SwRequirements.sw_req_reqif_enum
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_enum_null
- TRLC Swreq SwRequirements.sw_req_reqif_enum
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_relation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_relation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_relation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_relation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_render_table_options
- TRLC Swreq SwRequirements.sw_req_reqif_render_path
- TRLC Swreq SwRequirements.sw_req_reqif_render_xhtml
- TRLC Swreq SwRequirements.sw_req_reqif_render_gfm
- TRLC Swreq SwRequirements.sw_req_reqif_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_render_plantuml
- TRLC Swreq SwRequirements.sw_req_reqif_render_table_options
- TRLC Swreq SwRequirements.sw_req_reqif_render_gfm
- TRLC Swreq SwRequirements.sw_req_reqif_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_render_path
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif_render_path
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/reqif_identifier_store.py
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/rst/document.py
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/rst/element.py
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_heading
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_admonition
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_table
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_table
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_table
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_table
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_list
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_image
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Issues:
- missing up reference
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/rst/text.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_escape
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_link
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_role
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/rst_converter.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_out_file_name_custom
- TRLC Swreq SwRequirements.sw_req_rst_out_file_name_default
- TRLC Swreq SwRequirements.sw_req_rst_sd_top_level_custom
- TRLC Swreq SwRequirements.sw_req_rst_sd_top_level_default
- TRLC Swreq SwRequirements.sw_req_rst_single_doc_mode
- TRLC Swreq SwRequirements.sw_req_rst_multiple_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_sd_top_level
- TRLC Swreq SwRequirements.sw_req_rst_single_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_multiple_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_multiple_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_single_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_multiple_doc_mode
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_out_folder
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_render_gfm
- TRLC Swreq SwRequirements.sw_req_rst_render_md
- TRLC Swreq SwRequirements.sw_req_rst_string_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_link
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_escape
- TRLC Swreq SwRequirements.sw_req_rst_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_string_format
- TRLC Swreq SwRequirements.sw_req_rst_escape
- TRLC Swreq SwRequirements.sw_req_rst_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_render_plantuml
- TRLC Swreq SwRequirements.sw_req_rst_render_gfm
- TRLC Swreq SwRequirements.sw_req_rst_render_md
- TRLC Swreq SwRequirements.sw_req_rst_string_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst_record
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/translator.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_translation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/trlc_helper.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_rst
- TRLC Swreq SwRequirements.sw_req_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_destination_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_destination_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_destination_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_destination_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_destination_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
src/pyTRLCConverter/version.py
Derived from:
- TRLC Swreq SwRequirements.sw_req_version
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_version
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Derived from:
- TRLC Swreq SwRequirements.sw_req_version
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
SW Test Code
tests/reqif_test_utils.py
Source:
tests/reqif_test_utils.py:30
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/reqif_test_utils.py:44
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/reqif_test_utils.py:66
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/reqif_test_utils.py:83
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/reqif_test_utils.py:110
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/reqif_test_utils.py:129
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/reqif_test_utils.py:151
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/reqif_test_utils.py:165
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/reqif_test_utils.py:223
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/reqif_test_utils.py:237
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/reqif_test_utils.py:273
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
tests/test_cli.py
Source:
tests/test_cli.py:34
Derived from:
- TRLC Swtestcase SwTests.tc_help
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_cli.py:64
Derived from:
- TRLC Swtestcase SwTests.tc_help_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_cli.py:95
Derived from:
- TRLC Swtestcase SwTests.tc_cli_exclude
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_cli.py:138
Derived from:
- TRLC Swtestcase SwTests.tc_cli_include
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_cli.py:180
Derived from:
- TRLC Swtestcase SwTests.tc_cli_render_cfg
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
tests/test_docx.py
Source:
tests/test_docx.py:35
Derived from:
- TRLC Swtestcase SwTests.tc_docx
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_docx.py:78
Derived from:
- TRLC Swtestcase SwTests.tc_docx_multiple
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_docx.py:123
Derived from:
- TRLC Swtestcase SwTests.tc_docx_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_docx.py:162
Derived from:
- TRLC Swtestcase SwTests.tc_docx_file
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_docx.py:203
Derived from:
- TRLC Swtestcase SwTests.tc_docx_template
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_docx.py:244
Derived from:
- TRLC Swtestcase SwTests.tc_docx_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_docx.py:343
Derived from:
- TRLC Swtestcase SwTests.tc_docx_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_docx.py:445
Derived from:
- TRLC Swtestcase SwTests.tc_docx_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_docx.py:508
Derived from:
- TRLC Swtestcase SwTests.tc_docx_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
tests/test_dump.py
Source:
tests/test_dump.py:31
Derived from:
- TRLC Swtestcase SwTests.tc_ascii_conversion
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
tests/test_general.py
Source:
tests/test_general.py:33
Derived from:
- TRLC Swtestcase SwTests.tc_error
- TRLC Swtestcase SwTests.tc_cli
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_general.py:61
Derived from:
- TRLC Swtestcase SwTests.tc_cli_translation
- TRLC Swtestcase SwTests.tc_translation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_general.py:100
Derived from:
- TRLC Swtestcase SwTests.tc_prj_spec
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_general.py:133
Derived from:
- TRLC Swtestcase SwTests.tc_version
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_general.py:163
Derived from:
- TRLC Swtestcase SwTests.tc_process_trlc_symbols_one_file_one_req
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_general.py:199
Derived from:
- TRLC Swtestcase SwTests.tc_process_trlc_symbols_two_files_one_req
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_general.py:240
Derived from:
- TRLC Swtestcase SwTests.tc_verbose
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
tests/test_markdown.py
Source:
tests/test_markdown.py:36
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:52
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:65
Justifications:
- Utility function for other test code.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:141
Derived from:
- TRLC Swtestcase SwTests.tc_markdown
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:188
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:240
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_escape
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:263
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_heading
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:286
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_table
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:302
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_list
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:322
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_link
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:350
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_image
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:379
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_text_color
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:396
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_soft_return
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:413
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_out_folder
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:449
Derived from:
- TRLC Swtestcase SwTests.tc_cli_exclude
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:502
Derived from:
- TRLC Swtestcase SwTests.tc_cli_exclude
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:551
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_multi_doc
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:631
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:715
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:811
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_markdown.py:858
Derived from:
- TRLC Swtestcase SwTests.tc_markdown_render_plantuml_error
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
tests/test_plantuml.py
Source:
tests/test_plantuml.py:45
Justifications:
- Utility fixture for other test cases.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_plantuml.py:61
Derived from:
- TRLC Swtestcase SwTests.tc_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
tests/test_render_cfg.py
Source:
tests/test_render_cfg.py:30
Derived from:
- TRLC Swtestcase SwTests.tc_render_configuration
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_render_cfg.py:45
Derived from:
- TRLC Swtestcase SwTests.tc_render_configuration
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
tests/test_reqif.py
Source:
tests/test_reqif.py:42
Derived from:
- TRLC Swtestcase SwTests.tc_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:86
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:141
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_single_doc_custom
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:183
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:231
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:279
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_table_options
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:330
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_xhtml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:381
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_path
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:428
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_path_reqifz
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:467
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_reqifz
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:513
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_reqifz
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:556
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:621
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_render_plantuml_error
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:672
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_identifier_store_init
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:722
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_identifier_immutable
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif.py:766
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_identifier_store_reuse
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
tests/test_reqif_types.py
Source:
tests/test_reqif_types.py:44
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_section
- TRLC Swtestcase SwTests.tc_reqif
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif_types.py:138
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_relation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif_types.py:221
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_relation
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif_types.py:287
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_enum
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_reqif_types.py:346
Derived from:
- TRLC Swtestcase SwTests.tc_reqif_enum_null
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
tests/test_rst.py
Source:
tests/test_rst.py:38
Derived from:
- TRLC Swtestcase SwTests.tc_rst
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:89
Derived from:
- TRLC Swtestcase SwTests.tc_rst_section
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:143
Derived from:
- TRLC Swtestcase SwTests.tc_rst_escape
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:165
Derived from:
- TRLC Swtestcase SwTests.tc_rst_heading
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:189
Derived from:
- TRLC Swtestcase SwTests.tc_rst_admonition
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:205
Derived from:
- TRLC Swtestcase SwTests.tc_rst_table
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:234
Derived from:
- TRLC Swtestcase SwTests.tc_rst_list
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:253
Derived from:
- TRLC Swtestcase SwTests.tc_rst_link
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:278
Derived from:
- TRLC Swtestcase SwTests.tc_rst_image
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:308
Derived from:
- TRLC Swtestcase SwTests.tc_rst_role
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:325
Derived from:
- TRLC Swtestcase SwTests.tc_rst_out_folder
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:361
Derived from:
- TRLC Swtestcase SwTests.tc_rst_single_doc_custom
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:415
Derived from:
- TRLC Swtestcase SwTests.tc_cli_exclude
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:479
Derived from:
- TRLC Swtestcase SwTests.tc_rst_multi_doc
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:567
Derived from:
- TRLC Swtestcase SwTests.tc_rst_string_format
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:615
Derived from:
- TRLC Swtestcase SwTests.tc_rst_render_md
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:733
Derived from:
- TRLC Swtestcase SwTests.tc_rst_render_gfm
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:872
Derived from:
- TRLC Swtestcase SwTests.tc_rst_render_plantuml
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
Source:
tests/test_rst.py:920
Derived from:
- TRLC Swtestcase SwTests.tc_rst_render_plantuml_error
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
tests/utils/psc_do_nothing.py
Source:
tests/utils/psc_do_nothing.py:34
Justifications:
- Simple test utility that does not directly test any requirements.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC
tests/utils/psc_simple.py
Source:
tests/utils/psc_simple.py:34
Justifications:
- Simple test utility that does not directly test any requirements.
Build Reference: 0ad0472e4d7c1917468a9a53a1ddc49a3ca10c3f | Timestamp: 2026-06-26 12:40:32+00:00 UTC