Updated test cases documentation
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
# t20016 - Template method specialization sequence diagram test case
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
diagrams:
|
||||
t20016_sequence:
|
||||
type: sequence
|
||||
glob:
|
||||
- ../../tests/t20016/t20016.cc
|
||||
- t20016.cc
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t20016
|
||||
using_namespace:
|
||||
- clanguml::t20016
|
||||
using_namespace: clanguml::t20016
|
||||
from:
|
||||
- function: "clanguml::t20016::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": "t20016_sequence",
|
||||
"participants": [
|
||||
{
|
||||
@@ -65,9 +57,9 @@ void tmain()
|
||||
"name": "clanguml::t20016::tmain()",
|
||||
"source_location": {
|
||||
"column": 6,
|
||||
"file": "../../tests/t20016/t20016.cc",
|
||||
"file": "t20016.cc",
|
||||
"line": 16,
|
||||
"translation_unit": "../../tests/t20016/t20016.cc"
|
||||
"translation_unit": "t20016.cc"
|
||||
},
|
||||
"type": "function"
|
||||
},
|
||||
@@ -76,9 +68,9 @@ void tmain()
|
||||
"name": "clanguml::t20016::B<long>",
|
||||
"source_location": {
|
||||
"column": 30,
|
||||
"file": "../../tests/t20016/t20016.cc",
|
||||
"file": "t20016.cc",
|
||||
"line": 8,
|
||||
"translation_unit": "../../tests/t20016/t20016.cc"
|
||||
"translation_unit": "t20016.cc"
|
||||
},
|
||||
"type": "class"
|
||||
},
|
||||
@@ -87,9 +79,9 @@ void tmain()
|
||||
"name": "clanguml::t20016::A",
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t20016/t20016.cc",
|
||||
"file": "t20016.cc",
|
||||
"line": 3,
|
||||
"translation_unit": "../../tests/t20016/t20016.cc"
|
||||
"translation_unit": "t20016.cc"
|
||||
},
|
||||
"type": "class"
|
||||
}
|
||||
@@ -109,9 +101,9 @@ void tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t20016/t20016.cc",
|
||||
"file": "t20016.cc",
|
||||
"line": 20,
|
||||
"translation_unit": "../../tests/t20016/t20016.cc"
|
||||
"translation_unit": "t20016.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "2064264710178722261",
|
||||
@@ -131,9 +123,9 @@ void tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 20,
|
||||
"file": "../../tests/t20016/t20016.cc",
|
||||
"file": "t20016.cc",
|
||||
"line": 9,
|
||||
"translation_unit": "../../tests/t20016/t20016.cc"
|
||||
"translation_unit": "t20016.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "1198371121423942542",
|
||||
@@ -154,9 +146,9 @@ void tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t20016/t20016.cc",
|
||||
"file": "t20016.cc",
|
||||
"line": 22,
|
||||
"translation_unit": "../../tests/t20016/t20016.cc"
|
||||
"translation_unit": "t20016.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "203381140188081853",
|
||||
@@ -176,9 +168,9 @@ void tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 46,
|
||||
"file": "../../tests/t20016/t20016.cc",
|
||||
"file": "t20016.cc",
|
||||
"line": 11,
|
||||
"translation_unit": "../../tests/t20016/t20016.cc"
|
||||
"translation_unit": "t20016.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "1208784669530380166",
|
||||
|
||||
Reference in New Issue
Block a user