Updated test cases documentation
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
# t20023 - Try/catch statement sequence diagram test case
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
diagrams:
|
||||
t20023_sequence:
|
||||
type: sequence
|
||||
glob:
|
||||
- ../../tests/t20023/t20023.cc
|
||||
- t20023.cc
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t20023
|
||||
using_namespace:
|
||||
- clanguml::t20023
|
||||
using_namespace: clanguml::t20023
|
||||
start_from:
|
||||
- function: "clanguml::t20023::tmain()"
|
||||
```
|
||||
@@ -68,11 +65,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": "t20023_sequence",
|
||||
"participants": [
|
||||
{
|
||||
@@ -80,9 +72,9 @@ int tmain()
|
||||
"name": "clanguml::t20023::tmain()",
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t20023/t20023.cc",
|
||||
"file": "t20023.cc",
|
||||
"line": 29,
|
||||
"translation_unit": "../../tests/t20023/t20023.cc"
|
||||
"translation_unit": "t20023.cc"
|
||||
},
|
||||
"type": "function"
|
||||
},
|
||||
@@ -91,9 +83,9 @@ int tmain()
|
||||
"name": "clanguml::t20023::A",
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t20023/t20023.cc",
|
||||
"file": "t20023.cc",
|
||||
"line": 6,
|
||||
"translation_unit": "../../tests/t20023/t20023.cc"
|
||||
"translation_unit": "t20023.cc"
|
||||
},
|
||||
"type": "class"
|
||||
}
|
||||
@@ -113,9 +105,9 @@ int tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 14,
|
||||
"file": "../../tests/t20023/t20023.cc",
|
||||
"file": "t20023.cc",
|
||||
"line": 35,
|
||||
"translation_unit": "../../tests/t20023/t20023.cc"
|
||||
"translation_unit": "t20023.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "530651320277188697",
|
||||
@@ -140,9 +132,9 @@ int tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 20,
|
||||
"file": "../../tests/t20023/t20023.cc",
|
||||
"file": "t20023.cc",
|
||||
"line": 15,
|
||||
"translation_unit": "../../tests/t20023/t20023.cc"
|
||||
"translation_unit": "t20023.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "94135113932519208",
|
||||
@@ -167,9 +159,9 @@ int tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 20,
|
||||
"file": "../../tests/t20023/t20023.cc",
|
||||
"file": "t20023.cc",
|
||||
"line": 18,
|
||||
"translation_unit": "../../tests/t20023/t20023.cc"
|
||||
"translation_unit": "t20023.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "2060438178899014465",
|
||||
@@ -194,9 +186,9 @@ int tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 20,
|
||||
"file": "../../tests/t20023/t20023.cc",
|
||||
"file": "t20023.cc",
|
||||
"line": 21,
|
||||
"translation_unit": "../../tests/t20023/t20023.cc"
|
||||
"translation_unit": "t20023.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "1776927259621603017",
|
||||
@@ -221,9 +213,9 @@ int tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 20,
|
||||
"file": "../../tests/t20023/t20023.cc",
|
||||
"file": "t20023.cc",
|
||||
"line": 24,
|
||||
"translation_unit": "../../tests/t20023/t20023.cc"
|
||||
"translation_unit": "t20023.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "1082587698374248813",
|
||||
|
||||
Reference in New Issue
Block a user