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,8 +1,6 @@
# t00049 - Test case configurable type aliases
## Config
```yaml
compilation_database_dir: ..
output_directory: diagrams
diagrams:
t00049_class:
type: class
@@ -14,7 +12,7 @@ diagrams:
"std::vector<thestring>": string_vector
"std::map<int,int>": intmap
glob:
- ../../tests/t00049/t00049.cc
- t00049.cc
include:
namespaces:
- clanguml::t00049
@@ -71,9 +69,9 @@ struct R {
"name": "a",
"source_location": {
"column": 7,
"file": "../../tests/t00049/t00049.cc",
"file": "t00049.cc",
"line": 8,
"translation_unit": "../../tests/t00049/t00049.cc"
"translation_unit": "t00049.cc"
},
"type": "T"
}
@@ -98,9 +96,9 @@ struct R {
"parameters": [],
"source_location": {
"column": 8,
"file": "../../tests/t00049/t00049.cc",
"file": "t00049.cc",
"line": 10,
"translation_unit": "../../tests/t00049/t00049.cc"
"translation_unit": "t00049.cc"
},
"type": "T &"
}
@@ -109,9 +107,9 @@ struct R {
"namespace": "clanguml::t00049",
"source_location": {
"column": 30,
"file": "../../tests/t00049/t00049.cc",
"file": "t00049.cc",
"line": 7,
"translation_unit": "../../tests/t00049/t00049.cc"
"translation_unit": "t00049.cc"
},
"template_parameters": [
{
@@ -138,9 +136,9 @@ struct R {
"namespace": "clanguml::t00049",
"source_location": {
"column": 30,
"file": "../../tests/t00049/t00049.cc",
"file": "t00049.cc",
"line": 7,
"translation_unit": "../../tests/t00049/t00049.cc"
"translation_unit": "t00049.cc"
},
"template_parameters": [
{
@@ -167,9 +165,9 @@ struct R {
"namespace": "clanguml::t00049",
"source_location": {
"column": 30,
"file": "../../tests/t00049/t00049.cc",
"file": "t00049.cc",
"line": 7,
"translation_unit": "../../tests/t00049/t00049.cc"
"translation_unit": "t00049.cc"
},
"template_parameters": [
{
@@ -196,9 +194,9 @@ struct R {
"namespace": "clanguml::t00049",
"source_location": {
"column": 30,
"file": "../../tests/t00049/t00049.cc",
"file": "t00049.cc",
"line": 7,
"translation_unit": "../../tests/t00049/t00049.cc"
"translation_unit": "t00049.cc"
},
"template_parameters": [
{
@@ -226,9 +224,9 @@ struct R {
"name": "a_string",
"source_location": {
"column": 32,
"file": "../../tests/t00049/t00049.cc",
"file": "t00049.cc",
"line": 14,
"translation_unit": "../../tests/t00049/t00049.cc"
"translation_unit": "t00049.cc"
},
"type": "A<std::basic_string<char>>"
},
@@ -238,9 +236,9 @@ struct R {
"name": "a_vector_string",
"source_location": {
"column": 33,
"file": "../../tests/t00049/t00049.cc",
"file": "t00049.cc",
"line": 15,
"translation_unit": "../../tests/t00049/t00049.cc"
"translation_unit": "t00049.cc"
},
"type": "A<std::vector<std::string>>"
},
@@ -250,9 +248,9 @@ struct R {
"name": "a_int_map",
"source_location": {
"column": 27,
"file": "../../tests/t00049/t00049.cc",
"file": "t00049.cc",
"line": 16,
"translation_unit": "../../tests/t00049/t00049.cc"
"translation_unit": "t00049.cc"
},
"type": "A<std::map<int,int>>"
}
@@ -277,9 +275,9 @@ struct R {
"parameters": [],
"source_location": {
"column": 27,
"file": "../../tests/t00049/t00049.cc",
"file": "t00049.cc",
"line": 18,
"translation_unit": "../../tests/t00049/t00049.cc"
"translation_unit": "t00049.cc"
},
"type": "clanguml::t00049::A<std::map<int,int>>"
},
@@ -307,9 +305,9 @@ struct R {
],
"source_location": {
"column": 10,
"file": "../../tests/t00049/t00049.cc",
"file": "t00049.cc",
"line": 20,
"translation_unit": "../../tests/t00049/t00049.cc"
"translation_unit": "t00049.cc"
},
"type": "void"
}
@@ -318,19 +316,14 @@ struct R {
"namespace": "clanguml::t00049",
"source_location": {
"column": 8,
"file": "../../tests/t00049/t00049.cc",
"file": "t00049.cc",
"line": 13,
"translation_unit": "../../tests/t00049/t00049.cc"
"translation_unit": "t00049.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": "t00049_class",
"relationships": [
{