Updated test cases documentation
This commit is contained in:
@@ -251,6 +251,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "A",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 9,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -275,6 +281,12 @@ int A::static_int = 1;
|
||||
"type": "int"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 10,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -296,9 +308,15 @@ int A::static_int = 1;
|
||||
"parameters": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "A &&"
|
||||
"type": "clanguml::t00003::A &&"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 21,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -320,9 +338,15 @@ int A::static_int = 1;
|
||||
"parameters": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "const A &"
|
||||
"type": "const clanguml::t00003::A &"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 22,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -342,6 +366,12 @@ int A::static_int = 1;
|
||||
"is_virtual": true,
|
||||
"name": "~A",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 13,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 23,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -361,6 +391,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "basic_method",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 25,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -380,6 +416,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "static_method",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 16,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 26,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
@@ -399,6 +441,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "const_method",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 27,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -418,6 +466,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "auto_method",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 28,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
@@ -437,7 +491,13 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "operator++",
|
||||
"parameters": [],
|
||||
"type": "A &"
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 30,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "clanguml::t00003::A &"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -458,10 +518,16 @@ int A::static_int = 1;
|
||||
"parameters": [
|
||||
{
|
||||
"name": "other",
|
||||
"type": "A &&"
|
||||
"type": "clanguml::t00003::A &&"
|
||||
}
|
||||
],
|
||||
"type": "A &"
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 36,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "clanguml::t00003::A &"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -482,10 +548,16 @@ int A::static_int = 1;
|
||||
"parameters": [
|
||||
{
|
||||
"name": "other",
|
||||
"type": "A &"
|
||||
"type": "clanguml::t00003::A &"
|
||||
}
|
||||
],
|
||||
"type": "A &"
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 37,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "clanguml::t00003::A &"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
@@ -504,6 +576,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "size",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 27,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 39,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "std::size_t"
|
||||
},
|
||||
{
|
||||
@@ -528,6 +606,12 @@ int A::static_int = 1;
|
||||
"type": "const int"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 41,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
@@ -556,6 +640,12 @@ int A::static_int = 1;
|
||||
"type": "const double"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 42,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
@@ -581,6 +671,12 @@ int A::static_int = 1;
|
||||
"type": "int"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 44,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
@@ -610,6 +706,12 @@ int A::static_int = 1;
|
||||
"type": "std::string"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 17,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 45,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "std::string"
|
||||
},
|
||||
{
|
||||
@@ -634,7 +736,13 @@ int A::static_int = 1;
|
||||
"type": "int"
|
||||
}
|
||||
],
|
||||
"type": "A"
|
||||
"source_location": {
|
||||
"column": 14,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 50,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "clanguml::t00003::A"
|
||||
},
|
||||
{
|
||||
"access": "protected",
|
||||
@@ -653,6 +761,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "protected_method",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 58,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -672,6 +786,12 @@ int A::static_int = 1;
|
||||
"is_virtual": false,
|
||||
"name": "private_method",
|
||||
"parameters": [],
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00003/t00003.cc",
|
||||
"line": 67,
|
||||
"translation_unit": "../../tests/t00003/t00003.cc"
|
||||
},
|
||||
"type": "void"
|
||||
},
|
||||
{
|
||||
@@ -712,8 +832,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": "t00003_class",
|
||||
|
||||
Reference in New Issue
Block a user