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

@@ -114,8 +114,10 @@ int A::static_int = 1;
"is_static": false,
"name": "public_member",
"source_location": {
"column": 9,
"file": "../../tests/t00067/t00067.cc",
"line": 44
"line": 44,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "int"
},
@@ -124,8 +126,10 @@ int A::static_int = 1;
"is_static": false,
"name": "protected_member",
"source_location": {
"column": 9,
"file": "../../tests/t00067/t00067.cc",
"line": 52
"line": 52,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "int"
},
@@ -134,8 +138,10 @@ int A::static_int = 1;
"is_static": false,
"name": "compare",
"source_location": {
"column": 36,
"file": "../../tests/t00067/t00067.cc",
"line": 54
"line": 54,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "std::function<bool (const int)>"
},
@@ -144,8 +150,10 @@ int A::static_int = 1;
"is_static": false,
"name": "private_member",
"source_location": {
"column": 9,
"file": "../../tests/t00067/t00067.cc",
"line": 61
"line": 61,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "int"
},
@@ -154,8 +162,10 @@ int A::static_int = 1;
"is_static": false,
"name": "a_",
"source_location": {
"column": 9,
"file": "../../tests/t00067/t00067.cc",
"line": 62
"line": 62,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "int"
},
@@ -164,8 +174,10 @@ int A::static_int = 1;
"is_static": false,
"name": "b_",
"source_location": {
"column": 13,
"file": "../../tests/t00067/t00067.cc",
"line": 62
"line": 62,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "int"
},
@@ -174,8 +186,10 @@ int A::static_int = 1;
"is_static": false,
"name": "c_",
"source_location": {
"column": 17,
"file": "../../tests/t00067/t00067.cc",
"line": 62
"line": 62,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "int"
},
@@ -184,8 +198,10 @@ int A::static_int = 1;
"is_static": true,
"name": "static_int",
"source_location": {
"column": 16,
"file": "../../tests/t00067/t00067.cc",
"line": 45
"line": 45,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "int"
},
@@ -194,8 +210,10 @@ int A::static_int = 1;
"is_static": true,
"name": "static_const_int",
"source_location": {
"column": 22,
"file": "../../tests/t00067/t00067.cc",
"line": 46
"line": 46,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "const int"
},
@@ -204,8 +222,10 @@ int A::static_int = 1;
"is_static": true,
"name": "auto_member",
"source_location": {
"column": 23,
"file": "../../tests/t00067/t00067.cc",
"line": 47
"line": 47,
"translation_unit": "../../tests/t00067/t00067.cc"
},
"type": "const unsigned long"
}
@@ -435,16 +455,18 @@ int A::static_int = 1;
"name": "A",
"namespace": "clanguml::t00067",
"source_location": {
"column": 7,
"file": "../../tests/t00067/t00067.cc",
"line": 6
"line": 6,
"translation_unit": "../../tests/t00067/t00067.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": "t00067_class",