Updated test cases documentation

This commit is contained in:
Bartek Kryza
2022-04-10 13:36:59 +02:00
parent 8e8945328e
commit 82bda3ed52
53 changed files with 1522 additions and 1430 deletions

26
docs/test_cases/t40001.md Normal file
View File

@@ -0,0 +1,26 @@
# t40001 - Basic include graph diagram test case
## Config
```yaml
compilation_database_dir: ..
output_directory: puml
diagrams:
t40001_include:
type: include
# Provide the files to parse in order to look
# for #include directives
glob:
- ../../tests/t40001/**/*.cc
- ../../tests/t40001/**/*.h
# Render the paths relative to this directory
relative_to: ../../tests/t40001
include:
# Include only headers belonging to these paths
paths:
- ../../tests/t40001
plantuml:
before:
- "' t40001 test include diagram"
```
## Source code
## Generated UML diagrams
![t40001_include](./t40001_include.svg "Basic include graph diagram test case")