Path:
tests/integration/features/source_code_traceability/_source_nodes/03_cpp_test_function_with_macro_name/test.itest
Lines:
19
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
# @relation(SDOC-SRS-141, scope=file)
3
#
4
5
RUN: %strictdoc export %S --output-dir %T | filecheck %s
6
7
CHECK: Published: Hello world doc
8
9
RUN: %check_exists --file "%T/html/_source_files/tests/file.cpp.html"
10
11
RUN: %cat %T/html/%THIS_TEST_FOLDER/test_specification.html | filecheck %s --check-prefix CHECK-HTML-TESTSPEC
12
CHECK-HTML-TESTSPEC: Test specification
13
CHECK-HTML-TESTSPEC: TEST(ApsDecoder, ApsUpdateFwd)
14
CHECK-HTML-TESTSPEC: TEST_DOC/tests/file.cpp/TEST(ApsDecoder, ApsUpdateFwd)
15
CHECK-HTML-TESTSPEC: tests/file.cpp, <i>lines: 3-20</i>, function TEST(ApsDecoder, ApsUpdateFwd)()
16
17
RUN: %cat %T/html/_source_files/tests/file.cpp.html | filecheck %s --check-prefix CHECK-SOURCE-FILE
18
19
CHECK-SOURCE-FILE: TEST_DOC/tests/file.cpp/TEST(ApsDecoder, ApsUpdateFwd)