Updated test cases documentation
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
# t00009 - Template instantiation
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
diagrams:
|
||||
t00009_class:
|
||||
type: class
|
||||
glob:
|
||||
- ../../tests/t00009/t00009.cc
|
||||
using_namespace:
|
||||
- clanguml::t00009
|
||||
- t00009.cc
|
||||
using_namespace: clanguml::t00009
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t00009
|
||||
@@ -64,9 +61,9 @@ public:
|
||||
"name": "value",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00009/t00009.cc",
|
||||
"file": "t00009.cc",
|
||||
"line": 9,
|
||||
"translation_unit": "../../tests/t00009/t00009.cc"
|
||||
"translation_unit": "t00009.cc"
|
||||
},
|
||||
"type": "T"
|
||||
}
|
||||
@@ -76,9 +73,9 @@ public:
|
||||
"namespace": "clanguml::t00009",
|
||||
"source_location": {
|
||||
"column": 29,
|
||||
"file": "../../tests/t00009/t00009.cc",
|
||||
"file": "t00009.cc",
|
||||
"line": 7,
|
||||
"translation_unit": "../../tests/t00009/t00009.cc"
|
||||
"translation_unit": "t00009.cc"
|
||||
},
|
||||
"template_parameters": [
|
||||
{
|
||||
@@ -105,9 +102,9 @@ public:
|
||||
"namespace": "clanguml::t00009",
|
||||
"source_location": {
|
||||
"column": 29,
|
||||
"file": "../../tests/t00009/t00009.cc",
|
||||
"file": "t00009.cc",
|
||||
"line": 7,
|
||||
"translation_unit": "../../tests/t00009/t00009.cc"
|
||||
"translation_unit": "t00009.cc"
|
||||
},
|
||||
"template_parameters": [
|
||||
{
|
||||
@@ -134,9 +131,9 @@ public:
|
||||
"namespace": "clanguml::t00009",
|
||||
"source_location": {
|
||||
"column": 29,
|
||||
"file": "../../tests/t00009/t00009.cc",
|
||||
"file": "t00009.cc",
|
||||
"line": 7,
|
||||
"translation_unit": "../../tests/t00009/t00009.cc"
|
||||
"translation_unit": "t00009.cc"
|
||||
},
|
||||
"template_parameters": [
|
||||
{
|
||||
@@ -163,9 +160,9 @@ public:
|
||||
"namespace": "clanguml::t00009",
|
||||
"source_location": {
|
||||
"column": 29,
|
||||
"file": "../../tests/t00009/t00009.cc",
|
||||
"file": "t00009.cc",
|
||||
"line": 7,
|
||||
"translation_unit": "../../tests/t00009/t00009.cc"
|
||||
"translation_unit": "t00009.cc"
|
||||
},
|
||||
"template_parameters": [
|
||||
{
|
||||
@@ -200,9 +197,9 @@ public:
|
||||
"name": "aint",
|
||||
"source_location": {
|
||||
"column": 12,
|
||||
"file": "../../tests/t00009/t00009.cc",
|
||||
"file": "t00009.cc",
|
||||
"line": 14,
|
||||
"translation_unit": "../../tests/t00009/t00009.cc"
|
||||
"translation_unit": "t00009.cc"
|
||||
},
|
||||
"type": "A<int>"
|
||||
},
|
||||
@@ -212,9 +209,9 @@ public:
|
||||
"name": "astring",
|
||||
"source_location": {
|
||||
"column": 21,
|
||||
"file": "../../tests/t00009/t00009.cc",
|
||||
"file": "t00009.cc",
|
||||
"line": 15,
|
||||
"translation_unit": "../../tests/t00009/t00009.cc"
|
||||
"translation_unit": "t00009.cc"
|
||||
},
|
||||
"type": "A<std::string> *"
|
||||
},
|
||||
@@ -224,9 +221,9 @@ public:
|
||||
"name": "avector",
|
||||
"source_location": {
|
||||
"column": 34,
|
||||
"file": "../../tests/t00009/t00009.cc",
|
||||
"file": "t00009.cc",
|
||||
"line": 16,
|
||||
"translation_unit": "../../tests/t00009/t00009.cc"
|
||||
"translation_unit": "t00009.cc"
|
||||
},
|
||||
"type": "A<std::vector<std::string>> &"
|
||||
}
|
||||
@@ -236,19 +233,14 @@ public:
|
||||
"namespace": "clanguml::t00009",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00009/t00009.cc",
|
||||
"file": "t00009.cc",
|
||||
"line": 12,
|
||||
"translation_unit": "../../tests/t00009/t00009.cc"
|
||||
"translation_unit": "t00009.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": "t00009_class",
|
||||
"relationships": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user