Path:
tests/integration/features/reqif/profiles/p01_sdoc/examples/01_sample/test.itest
Lines:
19
Non-empty lines:
16
Non-empty lines covered with requirements:
16 / 16 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# @relation(SDOC-SRS-72, scope=file)
3
#
4
5
RUN: %strictdoc convert %S/sample.reqif %T/
6
RUN: %cat %T/sample.sdoc | filecheck %s
7
8
CHECK: [REQUIREMENT_TYPE]
9
CHECK: UID: Anonymized-194ac1eb-d718-b59b-5d2a-c2b0ac0381ef
10
CHECK: STATEMENT: >>>
11
CHECK: Anonymized...
12
CHECK: <<<
13
CHECK: COMMENT: >>>
14
CHECK: Anonymized-6e95e816-6fc9-0fe1-8b1f-66340311da94
15
CHECK: <<<
16
17
RUN: %strictdoc export --formats=reqif-sdoc %T/sample.sdoc --output-dir %T
18
RUN: %strictdoc convert %T/reqif/output.reqif %T2/
19
RUN: %diff %T/sample.sdoc %T2/sample.sdoc