Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-12-09 20:16:28 +01:00
parent 6055c5684e
commit 0a8292655a
316 changed files with 9068 additions and 10010 deletions

View File

@@ -1,15 +1,12 @@
# t00007 - Smart pointers
## Config
```yaml
compilation_database_dir: ..
output_directory: diagrams
diagrams:
t00007_class:
type: class
glob:
- ../../tests/t00007/t00007.cc
using_namespace:
- clanguml::t00007
- t00007.cc
using_namespace: clanguml::t00007
include:
namespaces:
- clanguml::t00007
@@ -62,9 +59,9 @@ public:
"namespace": "clanguml::t00007",
"source_location": {
"column": 7,
"file": "../../tests/t00007/t00007.cc",
"file": "t00007.cc",
"line": 5,
"translation_unit": "../../tests/t00007/t00007.cc"
"translation_unit": "t00007.cc"
},
"template_parameters": [],
"type": "class"
@@ -84,9 +81,9 @@ public:
"namespace": "clanguml::t00007",
"source_location": {
"column": 7,
"file": "../../tests/t00007/t00007.cc",
"file": "t00007.cc",
"line": 7,
"translation_unit": "../../tests/t00007/t00007.cc"
"translation_unit": "t00007.cc"
},
"template_parameters": [],
"type": "class"
@@ -106,9 +103,9 @@ public:
"namespace": "clanguml::t00007",
"source_location": {
"column": 7,
"file": "../../tests/t00007/t00007.cc",
"file": "t00007.cc",
"line": 9,
"translation_unit": "../../tests/t00007/t00007.cc"
"translation_unit": "t00007.cc"
},
"template_parameters": [],
"type": "class"
@@ -129,9 +126,9 @@ public:
"name": "a",
"source_location": {
"column": 24,
"file": "../../tests/t00007/t00007.cc",
"file": "t00007.cc",
"line": 13,
"translation_unit": "../../tests/t00007/t00007.cc"
"translation_unit": "t00007.cc"
},
"type": "std::unique_ptr<A>"
},
@@ -141,9 +138,9 @@ public:
"name": "b",
"source_location": {
"column": 24,
"file": "../../tests/t00007/t00007.cc",
"file": "t00007.cc",
"line": 14,
"translation_unit": "../../tests/t00007/t00007.cc"
"translation_unit": "t00007.cc"
},
"type": "std::shared_ptr<B>"
},
@@ -153,9 +150,9 @@ public:
"name": "c",
"source_location": {
"column": 22,
"file": "../../tests/t00007/t00007.cc",
"file": "t00007.cc",
"line": 15,
"translation_unit": "../../tests/t00007/t00007.cc"
"translation_unit": "t00007.cc"
},
"type": "std::weak_ptr<C>"
}
@@ -165,19 +162,14 @@ public:
"namespace": "clanguml::t00007",
"source_location": {
"column": 7,
"file": "../../tests/t00007/t00007.cc",
"file": "t00007.cc",
"line": 11,
"translation_unit": "../../tests/t00007/t00007.cc"
"translation_unit": "t00007.cc"
},
"template_parameters": [],
"type": "class"
}
],
"metadata": {
"clang_uml_version": "0.4.1-11-g39d3e1f",
"llvm_version": "Ubuntu clang version 16.0.6 (++20230710042027+7cbf1a259152-1~exp1~20230710162048.105)",
"schema_version": 1
},
"name": "t00007_class",
"relationships": [
{