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 Dec 22, 2023
1 parent 3671bf9 commit ba24b29
Show file tree
Hide file tree
Showing 298 changed files with 25,664 additions and 19,534 deletions.
5 changes: 5 additions & 0 deletions docs/test_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
* [t00066](./test_cases/t00066.md) - Class fields and methods without grouping and sorting
* [t00067](./test_cases/t00067.md) - Class method type filter test case
* [t00068](./test_cases/t00068.md) - Context filter radius parameter test case
* [t00069](./test_cases/t00069.md) - Coroutine methods in class diagrams
* [t00070](./test_cases/t00070.md) - Diagram filter based on C++20 modules
* [t00071](./test_cases/t00071.md) - Class diagram with C++20 modules generated as packages
## Sequence diagrams
* [t20001](./test_cases/t20001.md) - Basic sequence diagram test case
* [t20002](./test_cases/t20002.md) - Free function sequence diagram test case
Expand Down Expand Up @@ -124,6 +127,8 @@
* [t30009](./test_cases/t30009.md) - Together layout hint test
* [t30010](./test_cases/t30010.md) - Package diagram with packages from directory structure
* [t30011](./test_cases/t30011.md) - Package diagram with packages from directory structure for plain C
* [t30012](./test_cases/t30012.md) - C++20 modules package diagram test
* [t30013](./test_cases/t30013.md) - C++20 modules package dependencies diagram test
## Include diagrams
* [t40001](./test_cases/t40001.md) - Basic include graph diagram test case
* [t40002](./test_cases/t40002.md) - Cyclic include graph diagram test case
Expand Down
8 changes: 8 additions & 0 deletions docs/test_cases/t00002.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ private:
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -196,6 +197,7 @@ private:
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -262,6 +264,7 @@ private:
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -337,6 +340,7 @@ private:
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -435,6 +439,7 @@ private:
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -468,6 +473,7 @@ private:
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -558,6 +564,7 @@ private:
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -591,6 +598,7 @@ private:
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down
328 changes: 177 additions & 151 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.
120 changes: 62 additions & 58 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.
21 changes: 21 additions & 0 deletions docs/test_cases/t00003.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": true,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": true,
"is_deleted": false,
"is_move_assignment": false,
Expand All @@ -265,6 +266,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": true,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -295,6 +297,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": true,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": true,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -325,6 +328,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": true,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": true,
"is_move_assignment": false,
Expand Down Expand Up @@ -355,6 +359,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": true,
"is_deleted": false,
"is_move_assignment": false,
Expand All @@ -380,6 +385,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand All @@ -405,6 +411,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand All @@ -430,6 +437,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand All @@ -455,6 +463,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand All @@ -480,6 +489,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand All @@ -505,6 +515,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": true,
Expand Down Expand Up @@ -535,6 +546,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": true,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -565,6 +577,7 @@ int A::static_int = 1;
"is_constexpr": true,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand All @@ -590,6 +603,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -620,6 +634,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -654,6 +669,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -685,6 +701,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -720,6 +737,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down Expand Up @@ -750,6 +768,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand All @@ -775,6 +794,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": false,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand All @@ -800,6 +820,7 @@ int A::static_int = 1;
"is_constexpr": false,
"is_constructor": true,
"is_copy_assignment": false,
"is_coroutine": false,
"is_defaulted": false,
"is_deleted": false,
"is_move_assignment": false,
Expand Down
Loading

0 comments on commit ba24b29

Please sign in to comment.