Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-06-12 00:55:11 +02:00
parent 43cc5cb49f
commit 01db5185b2
216 changed files with 7575 additions and 5083 deletions

View File

@@ -85,8 +85,10 @@ public:
"name": "A",
"namespace": "clanguml::t00005",
"source_location": {
"column": 7,
"file": "../../tests/t00005/t00005.cc",
"line": 3
"line": 3,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"template_parameters": [],
"type": "class"
@@ -105,8 +107,10 @@ public:
"name": "B",
"namespace": "clanguml::t00005",
"source_location": {
"column": 7,
"file": "../../tests/t00005/t00005.cc",
"line": 5
"line": 5,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"template_parameters": [],
"type": "class"
@@ -125,8 +129,10 @@ public:
"name": "C",
"namespace": "clanguml::t00005",
"source_location": {
"column": 7,
"file": "../../tests/t00005/t00005.cc",
"line": 7
"line": 7,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"template_parameters": [],
"type": "class"
@@ -145,8 +151,10 @@ public:
"name": "D",
"namespace": "clanguml::t00005",
"source_location": {
"column": 7,
"file": "../../tests/t00005/t00005.cc",
"line": 9
"line": 9,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"template_parameters": [],
"type": "class"
@@ -165,8 +173,10 @@ public:
"name": "E",
"namespace": "clanguml::t00005",
"source_location": {
"column": 7,
"file": "../../tests/t00005/t00005.cc",
"line": 11
"line": 11,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"template_parameters": [],
"type": "class"
@@ -185,8 +195,10 @@ public:
"name": "F",
"namespace": "clanguml::t00005",
"source_location": {
"column": 7,
"file": "../../tests/t00005/t00005.cc",
"line": 13
"line": 13,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"template_parameters": [],
"type": "class"
@@ -205,8 +217,10 @@ public:
"name": "G",
"namespace": "clanguml::t00005",
"source_location": {
"column": 7,
"file": "../../tests/t00005/t00005.cc",
"line": 15
"line": 15,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"template_parameters": [],
"type": "class"
@@ -225,8 +239,10 @@ public:
"name": "H",
"namespace": "clanguml::t00005",
"source_location": {
"column": 7,
"file": "../../tests/t00005/t00005.cc",
"line": 17
"line": 17,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"template_parameters": [],
"type": "class"
@@ -245,8 +261,10 @@ public:
"name": "I",
"namespace": "clanguml::t00005",
"source_location": {
"column": 7,
"file": "../../tests/t00005/t00005.cc",
"line": 19
"line": 19,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"template_parameters": [],
"type": "class"
@@ -265,8 +283,10 @@ public:
"name": "J",
"namespace": "clanguml::t00005",
"source_location": {
"column": 7,
"file": "../../tests/t00005/t00005.cc",
"line": 21
"line": 21,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"template_parameters": [],
"type": "class"
@@ -285,8 +305,10 @@ public:
"name": "K",
"namespace": "clanguml::t00005",
"source_location": {
"column": 7,
"file": "../../tests/t00005/t00005.cc",
"line": 23
"line": 23,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"template_parameters": [],
"type": "class"
@@ -306,8 +328,10 @@ public:
"is_static": false,
"name": "some_int",
"source_location": {
"column": 9,
"file": "../../tests/t00005/t00005.cc",
"line": 27
"line": 27,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "int"
},
@@ -316,8 +340,10 @@ public:
"is_static": false,
"name": "some_int_pointer",
"source_location": {
"column": 10,
"file": "../../tests/t00005/t00005.cc",
"line": 28
"line": 28,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "int *"
},
@@ -326,8 +352,10 @@ public:
"is_static": false,
"name": "some_int_pointer_pointer",
"source_location": {
"column": 11,
"file": "../../tests/t00005/t00005.cc",
"line": 29
"line": 29,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "int **"
},
@@ -336,8 +364,10 @@ public:
"is_static": false,
"name": "some_int_reference",
"source_location": {
"column": 10,
"file": "../../tests/t00005/t00005.cc",
"line": 30
"line": 30,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "int &"
},
@@ -346,126 +376,150 @@ public:
"is_static": false,
"name": "a",
"source_location": {
"column": 7,
"file": "../../tests/t00005/t00005.cc",
"line": 31
"line": 31,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "clanguml::t00005::A"
"type": "A"
},
{
"access": "public",
"is_static": false,
"name": "b",
"source_location": {
"column": 8,
"file": "../../tests/t00005/t00005.cc",
"line": 32
"line": 32,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "clanguml::t00005::B *"
"type": "B *"
},
{
"access": "public",
"is_static": false,
"name": "c",
"source_location": {
"column": 8,
"file": "../../tests/t00005/t00005.cc",
"line": 33
"line": 33,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "clanguml::t00005::C &"
"type": "C &"
},
{
"access": "public",
"is_static": false,
"name": "d",
"source_location": {
"column": 14,
"file": "../../tests/t00005/t00005.cc",
"line": 34
"line": 34,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "const clanguml::t00005::D *"
"type": "const D *"
},
{
"access": "public",
"is_static": false,
"name": "e",
"source_location": {
"column": 14,
"file": "../../tests/t00005/t00005.cc",
"line": 35
"line": 35,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "const clanguml::t00005::E &"
"type": "const E &"
},
{
"access": "public",
"is_static": false,
"name": "f",
"source_location": {
"column": 9,
"file": "../../tests/t00005/t00005.cc",
"line": 36
"line": 36,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "clanguml::t00005::F &&"
"type": "F &&"
},
{
"access": "public",
"is_static": false,
"name": "g",
"source_location": {
"column": 9,
"file": "../../tests/t00005/t00005.cc",
"line": 37
"line": 37,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "clanguml::t00005::G **"
"type": "G **"
},
{
"access": "public",
"is_static": false,
"name": "h",
"source_location": {
"column": 10,
"file": "../../tests/t00005/t00005.cc",
"line": 38
"line": 38,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "clanguml::t00005::H ***"
"type": "H ***"
},
{
"access": "public",
"is_static": false,
"name": "i",
"source_location": {
"column": 9,
"file": "../../tests/t00005/t00005.cc",
"line": 39
"line": 39,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "clanguml::t00005::I *&"
"type": "I *&"
},
{
"access": "public",
"is_static": false,
"name": "j",
"source_location": {
"column": 17,
"file": "../../tests/t00005/t00005.cc",
"line": 40
"line": 40,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "volatile clanguml::t00005::J *"
"type": "volatile J *"
},
{
"access": "public",
"is_static": false,
"name": "k",
"source_location": {
"column": 16,
"file": "../../tests/t00005/t00005.cc",
"line": 41
"line": 41,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"type": "clanguml::t00005::K *"
"type": "K *"
}
],
"methods": [],
"name": "R",
"namespace": "clanguml::t00005",
"source_location": {
"column": 7,
"file": "../../tests/t00005/t00005.cc",
"line": 25
"line": 25,
"translation_unit": "../../tests/t00005/t00005.cc"
},
"template_parameters": [],
"type": "class"
}
],
"metadata": {
"clang_uml_version": "0.3.6-31-g01ef3dc",
"llvm_version": "Ubuntu clang version 15.0.6",
"clang_uml_version": "0.3.7-4-g43cc5cb",
"llvm_version": "Ubuntu clang version 16.0.1 (++20230328073357+42d1b276f779-1~exp1~20230328073502.65)",
"schema_version": 1
},
"name": "t00005_class",