StrictDoc Documentation
tests/integration/features/commands/manage/auto-uid/composable_documents/01_basic_check_all_elements/test.itest
Source file coverage
Path:
tests/integration/features/commands/manage/auto-uid/composable_documents/01_basic_check_all_elements/test.itest
Lines:
19
Non-empty lines:
15
Non-empty lines covered with requirements:
15 / 15 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# @relation(SDOC-SRS-85, scope=file)
3
#
4
 
5
RUN: cp %S/*.sdoc %T/
6
RUN: %strictdoc manage auto-uid %T/ | filecheck %s --dump-input=fail
7
CHECK: Step 'Build traceability graph' took:
8
 
9
RUN: %cat %T/input.sdoc | filecheck %s --check-prefix CHECK-DOC
10
CHECK-DOC: UID: REQ-1
11
CHECK-DOC: UID: REQ-2
12
 
13
RUN: %cat %T/nested.sdoc | filecheck %s --check-prefix CHECK-NESTED-DOC
14
CHECK-NESTED-DOC: UID: REQ-3
15
CHECK-NESTED-DOC: UID: REQ-4
16
 
17
RUN: %cat %T/subnested.sdoc | filecheck %s --check-prefix CHECK-SUBNESTED-DOC
18
CHECK-SUBNESTED-DOC: UID: REQ-5
19
CHECK-SUBNESTED-DOC: UID: REQ-6