Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-06-26 16:15:55 +02:00
parent ed151f45e1
commit 13ea67c1d8
218 changed files with 7202 additions and 4429 deletions

View File

@@ -248,6 +248,12 @@ int A::static_int = 1;
"is_virtual": false,
"name": "basic_method",
"parameters": [],
"source_location": {
"column": 10,
"file": "../../tests/t00067/t00067.cc",
"line": 17,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "void"
},
{
@@ -267,6 +273,12 @@ int A::static_int = 1;
"is_virtual": false,
"name": "const_method",
"parameters": [],
"source_location": {
"column": 10,
"file": "../../tests/t00067/t00067.cc",
"line": 19,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "void"
},
{
@@ -286,6 +298,12 @@ int A::static_int = 1;
"is_virtual": false,
"name": "auto_method",
"parameters": [],
"source_location": {
"column": 10,
"file": "../../tests/t00067/t00067.cc",
"line": 20,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "int"
},
{
@@ -305,6 +323,12 @@ int A::static_int = 1;
"is_virtual": false,
"name": "size",
"parameters": [],
"source_location": {
"column": 17,
"file": "../../tests/t00067/t00067.cc",
"line": 31,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "std::size_t"
},
{
@@ -329,6 +353,12 @@ int A::static_int = 1;
"type": "const int"
}
],
"source_location": {
"column": 10,
"file": "../../tests/t00067/t00067.cc",
"line": 33,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "int"
},
{
@@ -357,6 +387,12 @@ int A::static_int = 1;
"type": "const double"
}
],
"source_location": {
"column": 10,
"file": "../../tests/t00067/t00067.cc",
"line": 34,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "int"
},
{
@@ -382,6 +418,12 @@ int A::static_int = 1;
"type": "int"
}
],
"source_location": {
"column": 10,
"file": "../../tests/t00067/t00067.cc",
"line": 36,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "int"
},
{
@@ -411,6 +453,12 @@ int A::static_int = 1;
"type": "std::string"
}
],
"source_location": {
"column": 17,
"file": "../../tests/t00067/t00067.cc",
"line": 37,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "std::string"
},
{
@@ -430,6 +478,12 @@ int A::static_int = 1;
"is_virtual": false,
"name": "protected_method",
"parameters": [],
"source_location": {
"column": 10,
"file": "../../tests/t00067/t00067.cc",
"line": 50,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "void"
},
{
@@ -449,6 +503,12 @@ int A::static_int = 1;
"is_virtual": false,
"name": "private_method",
"parameters": [],
"source_location": {
"column": 10,
"file": "../../tests/t00067/t00067.cc",
"line": 59,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "void"
}
],
@@ -465,8 +525,8 @@ int A::static_int = 1;
}
],
"metadata": {
"clang_uml_version": "0.3.7-4-g43cc5cb",
"llvm_version": "Ubuntu clang version 16.0.1 (++20230328073357+42d1b276f779-1~exp1~20230328073502.65)",
"clang_uml_version": "0.3.7-34-gef753ea",
"llvm_version": "Ubuntu clang version 15.0.6",
"schema_version": 1
},
"name": "t00067_class",