Updated test cases documentation
This commit is contained in:
@@ -111,8 +111,10 @@ int A::static_int = 1;
|
||||
"is_static": false,
|
||||
"name": "public_member",
|
||||
"source_location": {
|
||||
"column": 9,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 45
|
||||
"line": 45,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
@@ -121,8 +123,10 @@ int A::static_int = 1;
|
||||
"is_static": false,
|
||||
"name": "protected_member",
|
||||
"source_location": {
|
||||
"column": 9,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 53
|
||||
"line": 53,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
@@ -131,8 +135,10 @@ int A::static_int = 1;
|
||||
"is_static": false,
|
||||
"name": "compare",
|
||||
"source_location": {
|
||||
"column": 36,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 55
|
||||
"line": 55,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "std::function<bool (const int)>"
|
||||
},
|
||||
@@ -141,8 +147,10 @@ int A::static_int = 1;
|
||||
"is_static": false,
|
||||
"name": "private_member",
|
||||
"source_location": {
|
||||
"column": 9,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 62
|
||||
"line": 62,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
@@ -151,8 +159,10 @@ int A::static_int = 1;
|
||||
"is_static": false,
|
||||
"name": "a_",
|
||||
"source_location": {
|
||||
"column": 9,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 63
|
||||
"line": 63,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
@@ -161,8 +171,10 @@ int A::static_int = 1;
|
||||
"is_static": false,
|
||||
"name": "b_",
|
||||
"source_location": {
|
||||
"column": 13,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 63
|
||||
"line": 63,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
@@ -171,8 +183,10 @@ int A::static_int = 1;
|
||||
"is_static": false,
|
||||
"name": "c_",
|
||||
"source_location": {
|
||||
"column": 17,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 63
|
||||
"line": 63,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
@@ -181,8 +195,10 @@ int A::static_int = 1;
|
||||
"is_static": true,
|
||||
"name": "static_int",
|
||||
"source_location": {
|
||||
"column": 16,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 46
|
||||
"line": 46,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
@@ -191,8 +207,10 @@ int A::static_int = 1;
|
||||
"is_static": true,
|
||||
"name": "static_const_int",
|
||||
"source_location": {
|
||||
"column": 22,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 47
|
||||
"line": 47,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "const int"
|
||||
},
|
||||
@@ -201,8 +219,10 @@ int A::static_int = 1;
|
||||
"is_static": true,
|
||||
"name": "auto_member",
|
||||
"source_location": {
|
||||
"column": 23,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 48
|
||||
"line": 48,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "const unsigned long"
|
||||
}
|
||||
@@ -270,7 +290,7 @@ int A::static_int = 1;
|
||||
"parameters": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "clanguml::t00066::A &&"
|
||||
"type": "A &&"
|
||||
}
|
||||
],
|
||||
"type": "void"
|
||||
@@ -294,7 +314,7 @@ int A::static_int = 1;
|
||||
"parameters": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "const clanguml::t00066::A &"
|
||||
"type": "const A &"
|
||||
}
|
||||
],
|
||||
"type": "void"
|
||||
@@ -411,7 +431,7 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "operator++",
|
||||
"parameters": [],
|
||||
"type": "clanguml::t00066::A &"
|
||||
"type": "A &"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -432,10 +452,10 @@ int A::static_int = 1;
|
||||
"parameters": [
|
||||
{
|
||||
"name": "other",
|
||||
"type": "clanguml::t00066::A &&"
|
||||
"type": "A &&"
|
||||
}
|
||||
],
|
||||
"type": "clanguml::t00066::A &"
|
||||
"type": "A &"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -456,10 +476,10 @@ int A::static_int = 1;
|
||||
"parameters": [
|
||||
{
|
||||
"name": "other",
|
||||
"type": "clanguml::t00066::A &"
|
||||
"type": "A &"
|
||||
}
|
||||
],
|
||||
"type": "clanguml::t00066::A &"
|
||||
"type": "A &"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -608,7 +628,7 @@ int A::static_int = 1;
|
||||
"type": "int"
|
||||
}
|
||||
],
|
||||
"type": "clanguml::t00066::A"
|
||||
"type": "A"
|
||||
},
|
||||
{
|
||||
"access": "protected",
|
||||
@@ -652,16 +672,18 @@ int A::static_int = 1;
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00066",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 7
|
||||
"line": 7,
|
||||
"translation_unit": "../../tests/t00066/t00066.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": "t00066_class",
|
||||
|
||||
Reference in New Issue
Block a user