Updated test cases documentation
This commit is contained in:
@@ -245,6 +245,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "A",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 9,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -269,6 +275,12 @@ int A::static_int = 1;
|
||||
"type": "int"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 10,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -290,9 +302,15 @@ int A::static_int = 1;
|
||||
"parameters": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "A &&"
|
||||
"type": "clanguml::t00066::A &&"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 14,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -314,9 +332,15 @@ int A::static_int = 1;
|
||||
"parameters": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "const A &"
|
||||
"type": "const clanguml::t00066::A &"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 15,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -336,6 +360,12 @@ int A::static_int = 1;
|
||||
"is_virtual": true,
|
||||
"name": "~A",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 13,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 16,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -355,6 +385,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "basic_method",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 18,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -374,6 +410,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "static_method",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 16,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 19,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
@@ -393,6 +435,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "const_method",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 20,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -412,6 +460,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "auto_method",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 21,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
@@ -431,7 +485,13 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "operator++",
|
||||
"parameters": [],
|
||||
"type": "A &"
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 23,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "clanguml::t00066::A &"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -452,10 +512,16 @@ int A::static_int = 1;
|
||||
"parameters": [
|
||||
{
|
||||
"name": "other",
|
||||
"type": "A &&"
|
||||
"type": "clanguml::t00066::A &&"
|
||||
}
|
||||
],
|
||||
"type": "A &"
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 29,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "clanguml::t00066::A &"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -476,10 +542,16 @@ int A::static_int = 1;
|
||||
"parameters": [
|
||||
{
|
||||
"name": "other",
|
||||
"type": "A &"
|
||||
"type": "clanguml::t00066::A &"
|
||||
}
|
||||
],
|
||||
"type": "A &"
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 30,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "clanguml::t00066::A &"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -498,6 +570,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "size",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 17,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 32,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "std::size_t"
|
||||
},
|
||||
{
|
||||
@@ -522,6 +600,12 @@ int A::static_int = 1;
|
||||
"type": "const int"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 34,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
@@ -550,6 +634,12 @@ int A::static_int = 1;
|
||||
"type": "const double"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 35,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
@@ -575,6 +665,12 @@ int A::static_int = 1;
|
||||
"type": "int"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 37,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
@@ -604,6 +700,12 @@ int A::static_int = 1;
|
||||
"type": "std::string"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 17,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 38,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "std::string"
|
||||
},
|
||||
{
|
||||
@@ -628,7 +730,13 @@ int A::static_int = 1;
|
||||
"type": "int"
|
||||
}
|
||||
],
|
||||
"type": "A"
|
||||
"source_location": {
|
||||
"column": 14,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 43,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "clanguml::t00066::A"
|
||||
},
|
||||
{
|
||||
"access": "protected",
|
||||
@@ -647,6 +755,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "protected_method",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 51,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -666,6 +780,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "private_method",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00066/t00066.cc",
|
||||
"line": 60,
|
||||
"translation_unit": "../../tests/t00066/t00066.cc"
|
||||
},
|
||||
"type": "void"
|
||||
}
|
||||
],
|
||||
@@ -682,8 +802,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": "t00066_class",
|
||||
|
||||
Reference in New Issue
Block a user