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,13 @@
# t00048 - Test case for unique entity id with multiple translation units
## Config
```yaml
compilation_database_dir: ..
output_directory: diagrams
diagrams:
t00048_class:
type: class
glob:
- ../../tests/t00048/b_t00048.cc
- ../../tests/t00048/a_t00048.cc
- ../../tests/t00048/t00048.cc
- b_t00048.cc
- a_t00048.cc
- t00048.cc
using_namespace: clanguml::t00048
include:
namespaces:
@@ -144,9 +142,9 @@ template <typename T> struct BaseTemplate {
"name": "base",
"source_location": {
"column": 9,
"file": "../../tests/t00048/t00048.h",
"file": "t00048.h",
"line": 7,
"translation_unit": "../../tests/t00048/b_t00048.cc"
"translation_unit": "b_t00048.cc"
},
"type": "int"
}
@@ -171,9 +169,9 @@ template <typename T> struct BaseTemplate {
"parameters": [],
"source_location": {
"column": 18,
"file": "../../tests/t00048/t00048.h",
"file": "t00048.h",
"line": 9,
"translation_unit": "../../tests/t00048/b_t00048.cc"
"translation_unit": "b_t00048.cc"
},
"type": "void"
}
@@ -182,9 +180,9 @@ template <typename T> struct BaseTemplate {
"namespace": "clanguml::t00048",
"source_location": {
"column": 8,
"file": "../../tests/t00048/t00048.h",
"file": "t00048.h",
"line": 6,
"translation_unit": "../../tests/t00048/b_t00048.cc"
"translation_unit": "b_t00048.cc"
},
"template_parameters": [],
"type": "class"
@@ -205,9 +203,9 @@ template <typename T> struct BaseTemplate {
"name": "base",
"source_location": {
"column": 7,
"file": "../../tests/t00048/t00048.h",
"file": "t00048.h",
"line": 13,
"translation_unit": "../../tests/t00048/b_t00048.cc"
"translation_unit": "b_t00048.cc"
},
"type": "T"
}
@@ -232,9 +230,9 @@ template <typename T> struct BaseTemplate {
"parameters": [],
"source_location": {
"column": 18,
"file": "../../tests/t00048/t00048.h",
"file": "t00048.h",
"line": 15,
"translation_unit": "../../tests/t00048/b_t00048.cc"
"translation_unit": "b_t00048.cc"
},
"type": "void"
}
@@ -243,9 +241,9 @@ template <typename T> struct BaseTemplate {
"namespace": "clanguml::t00048",
"source_location": {
"column": 30,
"file": "../../tests/t00048/t00048.h",
"file": "t00048.h",
"line": 12,
"translation_unit": "../../tests/t00048/b_t00048.cc"
"translation_unit": "b_t00048.cc"
},
"template_parameters": [
{
@@ -280,9 +278,9 @@ template <typename T> struct BaseTemplate {
"name": "b",
"source_location": {
"column": 9,
"file": "../../tests/t00048/b_t00048.h",
"file": "b_t00048.h",
"line": 9,
"translation_unit": "../../tests/t00048/b_t00048.cc"
"translation_unit": "b_t00048.cc"
},
"type": "int"
}
@@ -307,9 +305,9 @@ template <typename T> struct BaseTemplate {
"parameters": [],
"source_location": {
"column": 10,
"file": "../../tests/t00048/b_t00048.h",
"file": "b_t00048.h",
"line": 11,
"translation_unit": "../../tests/t00048/b_t00048.cc"
"translation_unit": "b_t00048.cc"
},
"type": "void"
}
@@ -318,9 +316,9 @@ template <typename T> struct BaseTemplate {
"namespace": "clanguml::t00048",
"source_location": {
"column": 8,
"file": "../../tests/t00048/b_t00048.h",
"file": "b_t00048.h",
"line": 8,
"translation_unit": "../../tests/t00048/b_t00048.cc"
"translation_unit": "b_t00048.cc"
},
"template_parameters": [],
"type": "class"
@@ -348,9 +346,9 @@ template <typename T> struct BaseTemplate {
"name": "b",
"source_location": {
"column": 7,
"file": "../../tests/t00048/b_t00048.h",
"file": "b_t00048.h",
"line": 15,
"translation_unit": "../../tests/t00048/b_t00048.cc"
"translation_unit": "b_t00048.cc"
},
"type": "T"
}
@@ -375,9 +373,9 @@ template <typename T> struct BaseTemplate {
"parameters": [],
"source_location": {
"column": 10,
"file": "../../tests/t00048/b_t00048.h",
"file": "b_t00048.h",
"line": 17,
"translation_unit": "../../tests/t00048/b_t00048.cc"
"translation_unit": "b_t00048.cc"
},
"type": "void"
}
@@ -386,9 +384,9 @@ template <typename T> struct BaseTemplate {
"namespace": "clanguml::t00048",
"source_location": {
"column": 30,
"file": "../../tests/t00048/b_t00048.h",
"file": "b_t00048.h",
"line": 14,
"translation_unit": "../../tests/t00048/b_t00048.cc"
"translation_unit": "b_t00048.cc"
},
"template_parameters": [
{
@@ -423,9 +421,9 @@ template <typename T> struct BaseTemplate {
"name": "a",
"source_location": {
"column": 9,
"file": "../../tests/t00048/a_t00048.h",
"file": "a_t00048.h",
"line": 9,
"translation_unit": "../../tests/t00048/a_t00048.cc"
"translation_unit": "a_t00048.cc"
},
"type": "int"
}
@@ -450,9 +448,9 @@ template <typename T> struct BaseTemplate {
"parameters": [],
"source_location": {
"column": 10,
"file": "../../tests/t00048/a_t00048.h",
"file": "a_t00048.h",
"line": 11,
"translation_unit": "../../tests/t00048/a_t00048.cc"
"translation_unit": "a_t00048.cc"
},
"type": "void"
}
@@ -461,9 +459,9 @@ template <typename T> struct BaseTemplate {
"namespace": "clanguml::t00048",
"source_location": {
"column": 8,
"file": "../../tests/t00048/a_t00048.h",
"file": "a_t00048.h",
"line": 8,
"translation_unit": "../../tests/t00048/a_t00048.cc"
"translation_unit": "a_t00048.cc"
},
"template_parameters": [],
"type": "class"
@@ -491,9 +489,9 @@ template <typename T> struct BaseTemplate {
"name": "a",
"source_location": {
"column": 7,
"file": "../../tests/t00048/a_t00048.h",
"file": "a_t00048.h",
"line": 15,
"translation_unit": "../../tests/t00048/a_t00048.cc"
"translation_unit": "a_t00048.cc"
},
"type": "T"
}
@@ -518,9 +516,9 @@ template <typename T> struct BaseTemplate {
"parameters": [],
"source_location": {
"column": 10,
"file": "../../tests/t00048/a_t00048.h",
"file": "a_t00048.h",
"line": 17,
"translation_unit": "../../tests/t00048/a_t00048.cc"
"translation_unit": "a_t00048.cc"
},
"type": "void"
}
@@ -529,9 +527,9 @@ template <typename T> struct BaseTemplate {
"namespace": "clanguml::t00048",
"source_location": {
"column": 30,
"file": "../../tests/t00048/a_t00048.h",
"file": "a_t00048.h",
"line": 14,
"translation_unit": "../../tests/t00048/a_t00048.cc"
"translation_unit": "a_t00048.cc"
},
"template_parameters": [
{
@@ -544,11 +542,6 @@ template <typename T> struct BaseTemplate {
"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": "t00048_class",
"relationships": [
{