Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-09-10 12:22:27 +02:00
parent 4a19c8ba23
commit bf29ceb2df
351 changed files with 34009 additions and 5201 deletions

View File

@@ -76,8 +76,10 @@ private:
} // namespace clanguml
```
## Generated UML diagrams
## Generated PlantUML diagrams
![t00017_class](./t00017_class.svg "Test include relations also as members flag")
## Generated Mermaid diagrams
![t00017_class](./t00017_class_mermaid.svg "Test include relations also as members flag")
## Generated JSON models
```json
{
@@ -393,7 +395,7 @@ private:
"line": 42,
"translation_unit": "../../tests/t00017/t00017.cc"
},
"type": "clanguml::t00017::A"
"type": "A"
},
{
"access": "private",
@@ -405,7 +407,7 @@ private:
"line": 43,
"translation_unit": "../../tests/t00017/t00017.cc"
},
"type": "clanguml::t00017::B *"
"type": "B *"
},
{
"access": "private",
@@ -417,7 +419,7 @@ private:
"line": 44,
"translation_unit": "../../tests/t00017/t00017.cc"
},
"type": "clanguml::t00017::C &"
"type": "C &"
},
{
"access": "private",
@@ -429,7 +431,7 @@ private:
"line": 45,
"translation_unit": "../../tests/t00017/t00017.cc"
},
"type": "const clanguml::t00017::D *"
"type": "const D *"
},
{
"access": "private",
@@ -441,7 +443,7 @@ private:
"line": 46,
"translation_unit": "../../tests/t00017/t00017.cc"
},
"type": "const clanguml::t00017::E &"
"type": "const E &"
},
{
"access": "private",
@@ -453,7 +455,7 @@ private:
"line": 47,
"translation_unit": "../../tests/t00017/t00017.cc"
},
"type": "clanguml::t00017::F &&"
"type": "F &&"
},
{
"access": "private",
@@ -465,7 +467,7 @@ private:
"line": 48,
"translation_unit": "../../tests/t00017/t00017.cc"
},
"type": "clanguml::t00017::G **"
"type": "G **"
},
{
"access": "private",
@@ -477,7 +479,7 @@ private:
"line": 49,
"translation_unit": "../../tests/t00017/t00017.cc"
},
"type": "clanguml::t00017::H ***"
"type": "H ***"
},
{
"access": "private",
@@ -489,7 +491,7 @@ private:
"line": 50,
"translation_unit": "../../tests/t00017/t00017.cc"
},
"type": "clanguml::t00017::I *&"
"type": "I *&"
},
{
"access": "private",
@@ -501,7 +503,7 @@ private:
"line": 51,
"translation_unit": "../../tests/t00017/t00017.cc"
},
"type": "volatile clanguml::t00017::J *"
"type": "volatile J *"
},
{
"access": "private",
@@ -513,7 +515,7 @@ private:
"line": 52,
"translation_unit": "../../tests/t00017/t00017.cc"
},
"type": "clanguml::t00017::K *"
"type": "K *"
}
],
"methods": [
@@ -540,19 +542,19 @@ private:
},
{
"name": "cc",
"type": "clanguml::t00017::C &"
"type": "C &"
},
{
"name": "ee",
"type": "const clanguml::t00017::E &"
"type": "const E &"
},
{
"name": "ff",
"type": "clanguml::t00017::F &&"
"type": "F &&"
},
{
"name": "ii",
"type": "clanguml::t00017::I *&"
"type": "I *&"
}
],
"source_location": {
@@ -577,8 +579,8 @@ private:
}
],
"metadata": {
"clang_uml_version": "0.3.8-32-ge830195",
"llvm_version": "Ubuntu clang version 15.0.7",
"clang_uml_version": "0.3.9-11-g4a19c8b",
"llvm_version": "Ubuntu clang version 16.0.1 (++20230328073357+42d1b276f779-1~exp1~20230328073502.65)",
"schema_version": 1
},
"name": "t00017_class",