Updated test cases documentation

This commit is contained in:
Bartek Kryza
2024-05-22 22:48:33 +02:00
parent a7e2f7a496
commit 2eff7a1192
331 changed files with 7920 additions and 6271 deletions

View File

@@ -232,6 +232,7 @@ int A::static_int = 1;
"methods": [
{
"access": "public",
"display_name": "basic_method",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -254,10 +255,12 @@ int A::static_int = 1;
"line": 17,
"translation_unit": "t00067.cc"
},
"template_parameters": [],
"type": "void"
},
{
"access": "public",
"display_name": "const_method",
"is_const": true,
"is_consteval": false,
"is_constexpr": false,
@@ -280,10 +283,12 @@ int A::static_int = 1;
"line": 19,
"translation_unit": "t00067.cc"
},
"template_parameters": [],
"type": "void"
},
{
"access": "public",
"display_name": "auto_method",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -306,10 +311,12 @@ int A::static_int = 1;
"line": 20,
"translation_unit": "t00067.cc"
},
"template_parameters": [],
"type": "int"
},
{
"access": "public",
"display_name": "size",
"is_const": true,
"is_consteval": false,
"is_constexpr": false,
@@ -332,10 +339,12 @@ int A::static_int = 1;
"line": 31,
"translation_unit": "t00067.cc"
},
"template_parameters": [],
"type": "std::size_t"
},
{
"access": "public",
"display_name": "double_int",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -363,10 +372,12 @@ int A::static_int = 1;
"line": 33,
"translation_unit": "t00067.cc"
},
"template_parameters": [],
"type": "int"
},
{
"access": "public",
"display_name": "sum",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -398,10 +409,12 @@ int A::static_int = 1;
"line": 34,
"translation_unit": "t00067.cc"
},
"template_parameters": [],
"type": "int"
},
{
"access": "public",
"display_name": "default_int",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -430,10 +443,12 @@ int A::static_int = 1;
"line": 36,
"translation_unit": "t00067.cc"
},
"template_parameters": [],
"type": "int"
},
{
"access": "public",
"display_name": "default_string",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -466,10 +481,12 @@ int A::static_int = 1;
"line": 37,
"translation_unit": "t00067.cc"
},
"template_parameters": [],
"type": "std::string"
},
{
"access": "protected",
"display_name": "protected_method",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -492,10 +509,12 @@ int A::static_int = 1;
"line": 50,
"translation_unit": "t00067.cc"
},
"template_parameters": [],
"type": "void"
},
{
"access": "private",
"display_name": "private_method",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -518,6 +537,7 @@ int A::static_int = 1;
"line": 59,
"translation_unit": "t00067.cc"
},
"template_parameters": [],
"type": "void"
}
],