Path:
tests/integration/features/source_code_traceability/_language_parsers/cpp/03_cpp_overloaded_constructors/test.itest
Lines:
21
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
# @relation(SDOC-SRS-146, scope=file)
2
3
RUN: %strictdoc export %S --output-dir %T | filecheck %s --dump-input=fail
4
CHECK: Published: Hello world doc
5
6
RUN: %check_exists --file "%T/html/_source_files/file.hpp.html"
7
8
RUN: %cat %T/html/%THIS_TEST_FOLDER/input.html | filecheck %s --dump-input=fail --check-prefix CHECK-HTML
9
CHECK-HTML: <a{{.*}}href="../_source_files/file.cpp.html#REQ-1#3#5">10
CHECK-HTML: <a{{.*}}href="../_source_files/file.cpp.html#REQ-1#7#9">11
CHECK-HTML: <a{{.*}}href="../_source_files/file.cpp.html#REQ-1#11#13">12
CHECK-HTML: <a{{.*}}href="../_source_files/file.hpp.html#REQ-1#4#5">13
CHECK-HTML: <a{{.*}}href="../_source_files/file.hpp.html#REQ-1#6#7">14
CHECK-HTML: <a{{.*}}href="../_source_files/file.hpp.html#REQ-1#8#9">15
16
RUN: %cat %T/html/_source_files/file.hpp.html | filecheck %s --dump-input=fail --check-prefix CHECK-SOURCE-FILE
17
CHECK-SOURCE-FILE: href="../{{.*}}/input.html#REQ-1"18
19
RUN: %cat %T/html/source_coverage.html | filecheck %s --dump-input=fail --check-prefix CHECK-SOURCE-COVERAGE
20
CHECK-SOURCE-COVERAGE: 90.0
21
CHECK-SOURCE-COVERAGE: 60.0