Skip to content

Commit

Permalink
Updated test cases documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bkryza committed Oct 21, 2023
1 parent 03ac212 commit 097beb8
Show file tree
Hide file tree
Showing 315 changed files with 6,624 additions and 5,244 deletions.
1 change: 1 addition & 0 deletions docs/test_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
* [t20035](./test_cases/t20035.md) - from_to sequence diagram test case with free functions
* [t20036](./test_cases/t20036.md) - Test case for rendering all call chains leading to an activity (to)
* [t20037](./test_cases/t20037.md) - Test case checking if activities in static variable declarations appear only once
* [t20038](./test_cases/t20038.md) - Sequence diagram comment decorator test case
## Package diagrams
* [t30001](./test_cases/t30001.md) - Basic package diagram test case
* [t30002](./test_cases/t30002.md) - Package dependency test case
Expand Down
4 changes: 3 additions & 1 deletion docs/test_cases/t00002.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ output_directory: diagrams
diagrams:
t00002_class:
type: class
title: Basic class diagram example
glob:
- ../../tests/t00002/t00002.cc
comment_parser: clang
Expand Down Expand Up @@ -625,7 +626,7 @@ private:
}
],
"metadata": {
"clang_uml_version": "0.4.0-2-g4ab0d29",
"clang_uml_version": "0.4.0-28-g03ac212",
"llvm_version": "Ubuntu clang version 16.0.6 (++20230710042027+7cbf1a259152-1~exp1~20230710162048.105)",
"schema_version": 1
},
Expand Down Expand Up @@ -682,6 +683,7 @@ private:
"type": "extension"
}
],
"title": "Basic class diagram example",
"using_namespace": "clanguml::t00002"
}
```
291 changes: 146 additions & 145 deletions docs/test_cases/t00002_class.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions docs/test_cases/t00002_class_mermaid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/test_cases/t00003.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ int A::static_int = 1;
}
],
"metadata": {
"clang_uml_version": "0.4.0-2-g4ab0d29",
"clang_uml_version": "0.4.0-28-g03ac212",
"llvm_version": "Ubuntu clang version 16.0.6 (++20230710042027+7cbf1a259152-1~exp1~20230710162048.105)",
"schema_version": 1
},
Expand Down
Loading

0 comments on commit 097beb8

Please sign in to comment.