Updated test cases documentation
This commit is contained in:
@@ -393,7 +393,7 @@ private:
|
||||
"line": 42,
|
||||
"translation_unit": "../../tests/t00017/t00017.cc"
|
||||
},
|
||||
"type": "A"
|
||||
"type": "clanguml::t00017::A"
|
||||
},
|
||||
{
|
||||
"access": "private",
|
||||
@@ -405,7 +405,7 @@ private:
|
||||
"line": 43,
|
||||
"translation_unit": "../../tests/t00017/t00017.cc"
|
||||
},
|
||||
"type": "B *"
|
||||
"type": "clanguml::t00017::B *"
|
||||
},
|
||||
{
|
||||
"access": "private",
|
||||
@@ -417,7 +417,7 @@ private:
|
||||
"line": 44,
|
||||
"translation_unit": "../../tests/t00017/t00017.cc"
|
||||
},
|
||||
"type": "C &"
|
||||
"type": "clanguml::t00017::C &"
|
||||
},
|
||||
{
|
||||
"access": "private",
|
||||
@@ -429,7 +429,7 @@ private:
|
||||
"line": 45,
|
||||
"translation_unit": "../../tests/t00017/t00017.cc"
|
||||
},
|
||||
"type": "const D *"
|
||||
"type": "const clanguml::t00017::D *"
|
||||
},
|
||||
{
|
||||
"access": "private",
|
||||
@@ -441,7 +441,7 @@ private:
|
||||
"line": 46,
|
||||
"translation_unit": "../../tests/t00017/t00017.cc"
|
||||
},
|
||||
"type": "const E &"
|
||||
"type": "const clanguml::t00017::E &"
|
||||
},
|
||||
{
|
||||
"access": "private",
|
||||
@@ -453,7 +453,7 @@ private:
|
||||
"line": 47,
|
||||
"translation_unit": "../../tests/t00017/t00017.cc"
|
||||
},
|
||||
"type": "F &&"
|
||||
"type": "clanguml::t00017::F &&"
|
||||
},
|
||||
{
|
||||
"access": "private",
|
||||
@@ -465,7 +465,7 @@ private:
|
||||
"line": 48,
|
||||
"translation_unit": "../../tests/t00017/t00017.cc"
|
||||
},
|
||||
"type": "G **"
|
||||
"type": "clanguml::t00017::G **"
|
||||
},
|
||||
{
|
||||
"access": "private",
|
||||
@@ -477,7 +477,7 @@ private:
|
||||
"line": 49,
|
||||
"translation_unit": "../../tests/t00017/t00017.cc"
|
||||
},
|
||||
"type": "H ***"
|
||||
"type": "clanguml::t00017::H ***"
|
||||
},
|
||||
{
|
||||
"access": "private",
|
||||
@@ -489,7 +489,7 @@ private:
|
||||
"line": 50,
|
||||
"translation_unit": "../../tests/t00017/t00017.cc"
|
||||
},
|
||||
"type": "I *&"
|
||||
"type": "clanguml::t00017::I *&"
|
||||
},
|
||||
{
|
||||
"access": "private",
|
||||
@@ -501,7 +501,7 @@ private:
|
||||
"line": 51,
|
||||
"translation_unit": "../../tests/t00017/t00017.cc"
|
||||
},
|
||||
"type": "volatile J *"
|
||||
"type": "volatile clanguml::t00017::J *"
|
||||
},
|
||||
{
|
||||
"access": "private",
|
||||
@@ -513,7 +513,7 @@ private:
|
||||
"line": 52,
|
||||
"translation_unit": "../../tests/t00017/t00017.cc"
|
||||
},
|
||||
"type": "K *"
|
||||
"type": "clanguml::t00017::K *"
|
||||
}
|
||||
],
|
||||
"methods": [
|
||||
@@ -540,21 +540,27 @@ private:
|
||||
},
|
||||
{
|
||||
"name": "cc",
|
||||
"type": "C &"
|
||||
"type": "clanguml::t00017::C &"
|
||||
},
|
||||
{
|
||||
"name": "ee",
|
||||
"type": "const E &"
|
||||
"type": "const clanguml::t00017::E &"
|
||||
},
|
||||
{
|
||||
"name": "ff",
|
||||
"type": "F &&"
|
||||
"type": "clanguml::t00017::F &&"
|
||||
},
|
||||
{
|
||||
"name": "ii",
|
||||
"type": "I *&"
|
||||
"type": "clanguml::t00017::I *&"
|
||||
}
|
||||
],
|
||||
"source_location": {
|
||||
"column": 14,
|
||||
"file": "../../tests/t00017/t00017.cc",
|
||||
"line": 28,
|
||||
"translation_unit": "../../tests/t00017/t00017.cc"
|
||||
},
|
||||
"type": "void"
|
||||
}
|
||||
],
|
||||
@@ -571,8 +577,8 @@ private:
|
||||
}
|
||||
],
|
||||
"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": "t00017_class",
|
||||
|
||||
Reference in New Issue
Block a user