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,16 +1,13 @@
# t00042 - Specialization class template diagram filter test
## Config
```yaml
compilation_database_dir: ..
output_directory: diagrams
diagrams:
t00042_class:
type: class
generate_packages: false
glob:
- ../../tests/t00042/t00042.cc
using_namespace:
- clanguml::t00042
- t00042.cc
using_namespace: clanguml::t00042
include:
specializations:
- clanguml::t00042::A<T>
@@ -84,9 +81,9 @@ struct R {
"name": "a",
"source_location": {
"column": 7,
"file": "../../tests/t00042/t00042.cc",
"file": "t00042.cc",
"line": 6,
"translation_unit": "../../tests/t00042/t00042.cc"
"translation_unit": "t00042.cc"
},
"type": "T"
}
@@ -96,9 +93,9 @@ struct R {
"namespace": "clanguml::t00042",
"source_location": {
"column": 30,
"file": "../../tests/t00042/t00042.cc",
"file": "t00042.cc",
"line": 5,
"translation_unit": "../../tests/t00042/t00042.cc"
"translation_unit": "t00042.cc"
},
"template_parameters": [
{
@@ -126,9 +123,9 @@ struct R {
"name": "a",
"source_location": {
"column": 11,
"file": "../../tests/t00042/t00042.cc",
"file": "t00042.cc",
"line": 10,
"translation_unit": "../../tests/t00042/t00042.cc"
"translation_unit": "t00042.cc"
},
"type": "void *"
}
@@ -138,9 +135,9 @@ struct R {
"namespace": "clanguml::t00042",
"source_location": {
"column": 20,
"file": "../../tests/t00042/t00042.cc",
"file": "t00042.cc",
"line": 9,
"translation_unit": "../../tests/t00042/t00042.cc"
"translation_unit": "t00042.cc"
},
"template_parameters": [
{
@@ -168,9 +165,9 @@ struct R {
"name": "b",
"source_location": {
"column": 7,
"file": "../../tests/t00042/t00042.cc",
"file": "t00042.cc",
"line": 14,
"translation_unit": "../../tests/t00042/t00042.cc"
"translation_unit": "t00042.cc"
},
"type": "T"
},
@@ -180,9 +177,9 @@ struct R {
"name": "bb",
"source_location": {
"column": 7,
"file": "../../tests/t00042/t00042.cc",
"file": "t00042.cc",
"line": 15,
"translation_unit": "../../tests/t00042/t00042.cc"
"translation_unit": "t00042.cc"
},
"type": "K"
}
@@ -192,9 +189,9 @@ struct R {
"namespace": "clanguml::t00042",
"source_location": {
"column": 42,
"file": "../../tests/t00042/t00042.cc",
"file": "t00042.cc",
"line": 13,
"translation_unit": "../../tests/t00042/t00042.cc"
"translation_unit": "t00042.cc"
},
"template_parameters": [
{
@@ -227,9 +224,9 @@ struct R {
"namespace": "clanguml::t00042",
"source_location": {
"column": 30,
"file": "../../tests/t00042/t00042.cc",
"file": "t00042.cc",
"line": 5,
"translation_unit": "../../tests/t00042/t00042.cc"
"translation_unit": "t00042.cc"
},
"template_parameters": [
{
@@ -256,9 +253,9 @@ struct R {
"namespace": "clanguml::t00042",
"source_location": {
"column": 30,
"file": "../../tests/t00042/t00042.cc",
"file": "t00042.cc",
"line": 5,
"translation_unit": "../../tests/t00042/t00042.cc"
"translation_unit": "t00042.cc"
},
"template_parameters": [
{
@@ -285,9 +282,9 @@ struct R {
"namespace": "clanguml::t00042",
"source_location": {
"column": 42,
"file": "../../tests/t00042/t00042.cc",
"file": "t00042.cc",
"line": 13,
"translation_unit": "../../tests/t00042/t00042.cc"
"translation_unit": "t00042.cc"
},
"template_parameters": [
{
@@ -306,11 +303,6 @@ struct R {
"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": "t00042_class",
"relationships": [
{