StrictDoc Documentation
tests/integration/features/source_code_traceability/_source_nodes/10_auto_uid_does_not_generate_automatic_content/test.itest
Source file coverage
Path:
tests/integration/features/source_code_traceability/_source_nodes/10_auto_uid_does_not_generate_automatic_content/test.itest
Lines:
16
Non-empty lines:
13
Non-empty lines covered with requirements:
13 / 13 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# This test verifies that the auto-generated content created from test
3
# specifications is not written back to file system when auto-uid command
4
# is executed.
5
#
6
# @relation(SDOC-SRS-141, scope=file)
7
#
8
 
9
RUN: cp -r %S/* ./
10
RUN: %strictdoc manage auto-uid .
11
 
12
RUN: cat ./description.sdoc | filecheck %s
13
 
14
CHECK-NOT: file.c
15
CHECK-NOT: TEST_DOC/tests/file.c/test_case_1
16
CHECK-NOT: test_case_1