Updated test cases documentation
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
# t20007 - Class template variadic argument list sequence diagram
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
diagrams:
|
||||
t20007_sequence:
|
||||
type: sequence
|
||||
glob:
|
||||
- ../../tests/t20007/t20007.cc
|
||||
- t20007.cc
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t20007
|
||||
using_namespace:
|
||||
- clanguml::t20007
|
||||
using_namespace: clanguml::t20007
|
||||
from:
|
||||
- function: "clanguml::t20007::tmain()"
|
||||
```
|
||||
@@ -53,11 +50,6 @@ void tmain()
|
||||
```json
|
||||
{
|
||||
"diagram_type": "sequence",
|
||||
"metadata": {
|
||||
"clang_uml_version": "0.4.1-11-g39d3e1f",
|
||||
"llvm_version": "Ubuntu clang version 16.0.6 (++20230710042027+7cbf1a259152-1~exp1~20230710162048.105)",
|
||||
"schema_version": 1
|
||||
},
|
||||
"name": "t20007_sequence",
|
||||
"participants": [
|
||||
{
|
||||
@@ -65,9 +57,9 @@ void tmain()
|
||||
"name": "clanguml::t20007::tmain()",
|
||||
"source_location": {
|
||||
"column": 6,
|
||||
"file": "../../tests/t20007/t20007.cc",
|
||||
"file": "t20007.cc",
|
||||
"line": 11,
|
||||
"translation_unit": "../../tests/t20007/t20007.cc"
|
||||
"translation_unit": "t20007.cc"
|
||||
},
|
||||
"type": "function"
|
||||
},
|
||||
@@ -76,9 +68,9 @@ void tmain()
|
||||
"name": "clanguml::t20007::Adder<int,int>",
|
||||
"source_location": {
|
||||
"column": 52,
|
||||
"file": "../../tests/t20007/t20007.cc",
|
||||
"file": "t20007.cc",
|
||||
"line": 7,
|
||||
"translation_unit": "../../tests/t20007/t20007.cc"
|
||||
"translation_unit": "t20007.cc"
|
||||
},
|
||||
"type": "class"
|
||||
},
|
||||
@@ -87,9 +79,9 @@ void tmain()
|
||||
"name": "clanguml::t20007::Adder<int,float,double>",
|
||||
"source_location": {
|
||||
"column": 52,
|
||||
"file": "../../tests/t20007/t20007.cc",
|
||||
"file": "t20007.cc",
|
||||
"line": 7,
|
||||
"translation_unit": "../../tests/t20007/t20007.cc"
|
||||
"translation_unit": "t20007.cc"
|
||||
},
|
||||
"type": "class"
|
||||
},
|
||||
@@ -98,9 +90,9 @@ void tmain()
|
||||
"name": "clanguml::t20007::Adder<std::string,std::string,std::string>",
|
||||
"source_location": {
|
||||
"column": 52,
|
||||
"file": "../../tests/t20007/t20007.cc",
|
||||
"file": "t20007.cc",
|
||||
"line": 7,
|
||||
"translation_unit": "../../tests/t20007/t20007.cc"
|
||||
"translation_unit": "t20007.cc"
|
||||
},
|
||||
"type": "class"
|
||||
}
|
||||
@@ -120,9 +112,9 @@ void tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 34,
|
||||
"file": "../../tests/t20007/t20007.cc",
|
||||
"file": "t20007.cc",
|
||||
"line": 19,
|
||||
"translation_unit": "../../tests/t20007/t20007.cc"
|
||||
"translation_unit": "t20007.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "438133719207269065",
|
||||
@@ -143,9 +135,9 @@ void tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 34,
|
||||
"file": "../../tests/t20007/t20007.cc",
|
||||
"file": "t20007.cc",
|
||||
"line": 20,
|
||||
"translation_unit": "../../tests/t20007/t20007.cc"
|
||||
"translation_unit": "t20007.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "9522724767688870",
|
||||
@@ -166,9 +158,9 @@ void tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 34,
|
||||
"file": "../../tests/t20007/t20007.cc",
|
||||
"file": "t20007.cc",
|
||||
"line": 21,
|
||||
"translation_unit": "../../tests/t20007/t20007.cc"
|
||||
"translation_unit": "t20007.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "384866641042941480",
|
||||
|
||||
Reference in New Issue
Block a user