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,18 +1,15 @@
# t00055 - Test case for `row` and `column` layout hints
## Config
```yaml
compilation_database_dir: ..
output_directory: diagrams
diagrams:
t00055_class:
type: class
glob:
- ../../tests/t00055/t00055.cc
- t00055.cc
include:
namespaces:
- clanguml::t00055
using_namespace:
- clanguml::t00055
using_namespace: clanguml::t00055
layout:
A:
- row: [C, E, G, I]
@@ -61,9 +58,9 @@ struct J { };
"namespace": "clanguml::t00055",
"source_location": {
"column": 8,
"file": "../../tests/t00055/t00055.cc",
"file": "t00055.cc",
"line": 3,
"translation_unit": "../../tests/t00055/t00055.cc"
"translation_unit": "t00055.cc"
},
"template_parameters": [],
"type": "class"
@@ -83,9 +80,9 @@ struct J { };
"namespace": "clanguml::t00055",
"source_location": {
"column": 8,
"file": "../../tests/t00055/t00055.cc",
"file": "t00055.cc",
"line": 4,
"translation_unit": "../../tests/t00055/t00055.cc"
"translation_unit": "t00055.cc"
},
"template_parameters": [],
"type": "class"
@@ -105,9 +102,9 @@ struct J { };
"namespace": "clanguml::t00055",
"source_location": {
"column": 8,
"file": "../../tests/t00055/t00055.cc",
"file": "t00055.cc",
"line": 5,
"translation_unit": "../../tests/t00055/t00055.cc"
"translation_unit": "t00055.cc"
},
"template_parameters": [],
"type": "class"
@@ -127,9 +124,9 @@ struct J { };
"namespace": "clanguml::t00055",
"source_location": {
"column": 8,
"file": "../../tests/t00055/t00055.cc",
"file": "t00055.cc",
"line": 6,
"translation_unit": "../../tests/t00055/t00055.cc"
"translation_unit": "t00055.cc"
},
"template_parameters": [],
"type": "class"
@@ -149,9 +146,9 @@ struct J { };
"namespace": "clanguml::t00055",
"source_location": {
"column": 8,
"file": "../../tests/t00055/t00055.cc",
"file": "t00055.cc",
"line": 7,
"translation_unit": "../../tests/t00055/t00055.cc"
"translation_unit": "t00055.cc"
},
"template_parameters": [],
"type": "class"
@@ -171,9 +168,9 @@ struct J { };
"namespace": "clanguml::t00055",
"source_location": {
"column": 8,
"file": "../../tests/t00055/t00055.cc",
"file": "t00055.cc",
"line": 8,
"translation_unit": "../../tests/t00055/t00055.cc"
"translation_unit": "t00055.cc"
},
"template_parameters": [],
"type": "class"
@@ -193,9 +190,9 @@ struct J { };
"namespace": "clanguml::t00055",
"source_location": {
"column": 8,
"file": "../../tests/t00055/t00055.cc",
"file": "t00055.cc",
"line": 9,
"translation_unit": "../../tests/t00055/t00055.cc"
"translation_unit": "t00055.cc"
},
"template_parameters": [],
"type": "class"
@@ -215,9 +212,9 @@ struct J { };
"namespace": "clanguml::t00055",
"source_location": {
"column": 8,
"file": "../../tests/t00055/t00055.cc",
"file": "t00055.cc",
"line": 10,
"translation_unit": "../../tests/t00055/t00055.cc"
"translation_unit": "t00055.cc"
},
"template_parameters": [],
"type": "class"
@@ -237,9 +234,9 @@ struct J { };
"namespace": "clanguml::t00055",
"source_location": {
"column": 8,
"file": "../../tests/t00055/t00055.cc",
"file": "t00055.cc",
"line": 11,
"translation_unit": "../../tests/t00055/t00055.cc"
"translation_unit": "t00055.cc"
},
"template_parameters": [],
"type": "class"
@@ -259,19 +256,14 @@ struct J { };
"namespace": "clanguml::t00055",
"source_location": {
"column": 8,
"file": "../../tests/t00055/t00055.cc",
"file": "t00055.cc",
"line": 12,
"translation_unit": "../../tests/t00055/t00055.cc"
"translation_unit": "t00055.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": "t00055_class",
"relationships": [],
"using_namespace": "clanguml::t00055"