Updated test cases documentation
This commit is contained in:
@@ -1,17 +1,12 @@
|
||||
# t00004 - Nested classes and enums
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
diagrams:
|
||||
t00004_class:
|
||||
type: class
|
||||
glob:
|
||||
- ../../tests/t00004/t00004.cc
|
||||
using_namespace:
|
||||
- clanguml::t00004
|
||||
- clanguml::t00004::A
|
||||
- clanguml::t00004::A::AA
|
||||
- t00004.cc
|
||||
using_namespace: clanguml::t00004
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t00004
|
||||
@@ -98,9 +93,9 @@ public:
|
||||
"namespace": "clanguml::t00004",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 4,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -118,9 +113,9 @@ public:
|
||||
"namespace": "clanguml::t00004",
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 6,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"type": "enum"
|
||||
},
|
||||
@@ -154,9 +149,9 @@ public:
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 11,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
@@ -179,9 +174,9 @@ public:
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 20,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"type": "void"
|
||||
}
|
||||
@@ -190,9 +185,9 @@ public:
|
||||
"namespace": "clanguml::t00004",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 9,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -212,9 +207,9 @@ public:
|
||||
"namespace": "clanguml::t00004",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 13,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -232,9 +227,9 @@ public:
|
||||
"namespace": "clanguml::t00004",
|
||||
"source_location": {
|
||||
"column": 20,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 15,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"type": "enum"
|
||||
},
|
||||
@@ -253,9 +248,9 @@ public:
|
||||
"namespace": "clanguml::t00004",
|
||||
"source_location": {
|
||||
"column": 15,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 17,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -275,9 +270,9 @@ public:
|
||||
"namespace": "clanguml::t00004",
|
||||
"source_location": {
|
||||
"column": 33,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 33,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"template_parameters": [
|
||||
{
|
||||
@@ -305,9 +300,9 @@ public:
|
||||
"name": "t",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 25,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"type": "T"
|
||||
},
|
||||
@@ -317,9 +312,9 @@ public:
|
||||
"name": "b_int",
|
||||
"source_location": {
|
||||
"column": 12,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 37,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"type": "B<int>"
|
||||
}
|
||||
@@ -329,9 +324,9 @@ public:
|
||||
"namespace": "clanguml::t00004",
|
||||
"source_location": {
|
||||
"column": 29,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 23,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"template_parameters": [
|
||||
{
|
||||
@@ -358,9 +353,9 @@ public:
|
||||
"namespace": "clanguml::t00004",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 27,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -380,9 +375,9 @@ public:
|
||||
"namespace": "clanguml::t00004",
|
||||
"source_location": {
|
||||
"column": 15,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 28,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -399,9 +394,9 @@ public:
|
||||
"namespace": "clanguml::t00004",
|
||||
"source_location": {
|
||||
"column": 20,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 30,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"type": "enum"
|
||||
},
|
||||
@@ -421,9 +416,9 @@ public:
|
||||
"name": "b",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 34,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"type": "V"
|
||||
}
|
||||
@@ -433,9 +428,9 @@ public:
|
||||
"namespace": "clanguml::t00004",
|
||||
"source_location": {
|
||||
"column": 33,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 33,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"template_parameters": [
|
||||
{
|
||||
@@ -459,9 +454,9 @@ public:
|
||||
"namespace": "clanguml::t00004",
|
||||
"source_location": {
|
||||
"column": 16,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 39,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"type": "enum"
|
||||
},
|
||||
@@ -480,9 +475,9 @@ public:
|
||||
"namespace": "clanguml::t00004::detail",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 43,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -500,9 +495,9 @@ public:
|
||||
"namespace": "clanguml::t00004::detail",
|
||||
"source_location": {
|
||||
"column": 16,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 45,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.cc"
|
||||
},
|
||||
"type": "enum"
|
||||
},
|
||||
@@ -521,19 +516,14 @@ public:
|
||||
"namespace": "clanguml::t00004::detail",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t00004/t00004.cc",
|
||||
"file": "t00004.cc",
|
||||
"line": 47,
|
||||
"translation_unit": "../../tests/t00004/t00004.cc"
|
||||
"translation_unit": "t00004.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": "t00004_class",
|
||||
"relationships": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user