Updated test cases documentation
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
# t20022 - Forward class declaration sequence diagram test case
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
diagrams:
|
||||
t20022_sequence:
|
||||
type: sequence
|
||||
glob:
|
||||
- ../../tests/t20022/t20022.cc
|
||||
- t20022.cc
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t20022
|
||||
using_namespace:
|
||||
- clanguml::t20022
|
||||
using_namespace: clanguml::t20022
|
||||
from:
|
||||
- function: "clanguml::t20022::tmain()"
|
||||
```
|
||||
@@ -65,11 +62,6 @@ int 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": "t20022_sequence",
|
||||
"participants": [
|
||||
{
|
||||
@@ -77,9 +69,9 @@ int tmain()
|
||||
"name": "clanguml::t20022::tmain()",
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t20022/t20022.cc",
|
||||
"file": "t20022.cc",
|
||||
"line": 28,
|
||||
"translation_unit": "../../tests/t20022/t20022.cc"
|
||||
"translation_unit": "t20022.cc"
|
||||
},
|
||||
"type": "function"
|
||||
},
|
||||
@@ -88,9 +80,9 @@ int tmain()
|
||||
"name": "clanguml::t20022::A",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t20022/t20022.cc",
|
||||
"file": "t20022.cc",
|
||||
"line": 7,
|
||||
"translation_unit": "../../tests/t20022/t20022.cc"
|
||||
"translation_unit": "t20022.cc"
|
||||
},
|
||||
"type": "class"
|
||||
},
|
||||
@@ -99,9 +91,9 @@ int tmain()
|
||||
"name": "clanguml::t20022::B",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t20022/t20022.cc",
|
||||
"file": "t20022.cc",
|
||||
"line": 16,
|
||||
"translation_unit": "../../tests/t20022/t20022.cc"
|
||||
"translation_unit": "t20022.cc"
|
||||
},
|
||||
"type": "class"
|
||||
}
|
||||
@@ -121,9 +113,9 @@ int tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t20022/t20022.cc",
|
||||
"file": "t20022.cc",
|
||||
"line": 30,
|
||||
"translation_unit": "../../tests/t20022/t20022.cc"
|
||||
"translation_unit": "t20022.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "1226569306557207632",
|
||||
@@ -144,9 +136,9 @@ int tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t20022/t20022.cc",
|
||||
"file": "t20022.cc",
|
||||
"line": 32,
|
||||
"translation_unit": "../../tests/t20022/t20022.cc"
|
||||
"translation_unit": "t20022.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "1158824701633811441",
|
||||
@@ -166,9 +158,9 @@ int tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 15,
|
||||
"file": "../../tests/t20022/t20022.cc",
|
||||
"file": "t20022.cc",
|
||||
"line": 26,
|
||||
"translation_unit": "../../tests/t20022/t20022.cc"
|
||||
"translation_unit": "t20022.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "2114222968575993291",
|
||||
|
||||
Reference in New Issue
Block a user