Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-03-01 20:07:01 +01:00
parent 65a55fa7cc
commit 22b7b939ad
103 changed files with 3358 additions and 2851 deletions

View File

@@ -54,8 +54,10 @@
* [t00053](./test_cases/t00053.md) - Test case for `together` layout hint in class diagram
* [t00054](./test_cases/t00054.md) - Test case for `together` layout hint in class diagram with rendered namespaces
* [t00055](./test_cases/t00055.md) - Test case for `row` and `column` layout hints
* [t00056](./test_cases/t00056.md) - Basic C++ concepts test case
* [t00056](./test_cases/t00056.md) - Basic C++20 concepts test case
* [t00057](./test_cases/t00057.md) - Test case C99/C11 translation units with structs and unions
* [t00058](./test_cases/t00058.md) - Test case for concepts with variadic parameters and type aliases
* [t00059](./test_cases/t00059.md) - Non-virtual abstract factory pattern using concepts test case
## Sequence diagrams
* [t20001](./test_cases/t20001.md) - Basic sequence diagram test case
* [t20002](./test_cases/t20002.md) - Free function sequence diagram test case