Path:
tests/integration/features/traceability_matrix/50__config__sorting_relation_columns/test.itest
Lines:
20
Non-empty lines:
17
Non-empty lines covered with requirements:
17 / 17 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# @relation(SDOC-SRS-112, scope=file)
3
#
4
5
RUN: %strictdoc export %S/input --output-dir %T | filecheck %s
6
CHECK: Published: Hello world doc
7
8
RUN: %check_exists --file "%T/html/traceability_matrix.html"
9
10
RUN: %cat "%T/html/traceability_matrix.html" | filecheck %s --check-prefix CHECK-HTML
11
CHECK-HTML: Node
12
CHECK-HTML: Parent
13
CHECK-HTML: Parent
14
CHECK-HTML: Refines
15
CHECK-HTML: Parent
16
CHECK-HTML: REQUIREMENT_FOR
17
CHECK-HTML: File
18
CHECK-HTML: Hello world doc #1
19
CHECK-HTML: Hello world doc #2
20
CHECK-HTML: Hello world doc #3