Updated test cases documentation
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
# t20025 - Skip decorator sequence diagram test case
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
diagrams:
|
||||
t20025_sequence:
|
||||
type: sequence
|
||||
glob:
|
||||
- ../../tests/t20025/t20025.cc
|
||||
- t20025.cc
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t20025
|
||||
using_namespace:
|
||||
- clanguml::t20025
|
||||
using_namespace: clanguml::t20025
|
||||
from:
|
||||
- function: "clanguml::t20025::tmain()"
|
||||
```
|
||||
@@ -73,11 +70,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": "t20025_sequence",
|
||||
"participants": [
|
||||
{
|
||||
@@ -85,9 +77,9 @@ int tmain()
|
||||
"name": "clanguml::t20025::tmain()",
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t20025/t20025.cc",
|
||||
"file": "t20025.cc",
|
||||
"line": 30,
|
||||
"translation_unit": "../../tests/t20025/t20025.cc"
|
||||
"translation_unit": "t20025.cc"
|
||||
},
|
||||
"type": "function"
|
||||
},
|
||||
@@ -96,9 +88,9 @@ int tmain()
|
||||
"name": "clanguml::t20025::A",
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t20025/t20025.cc",
|
||||
"file": "t20025.cc",
|
||||
"line": 14,
|
||||
"translation_unit": "../../tests/t20025/t20025.cc"
|
||||
"translation_unit": "t20025.cc"
|
||||
},
|
||||
"type": "class"
|
||||
},
|
||||
@@ -107,9 +99,9 @@ int tmain()
|
||||
"name": "clanguml::t20025::add(int,int)",
|
||||
"source_location": {
|
||||
"column": 5,
|
||||
"file": "../../tests/t20025/t20025.cc",
|
||||
"file": "t20025.cc",
|
||||
"line": 4,
|
||||
"translation_unit": "../../tests/t20025/t20025.cc"
|
||||
"translation_unit": "t20025.cc"
|
||||
},
|
||||
"type": "function"
|
||||
}
|
||||
@@ -129,9 +121,9 @@ int tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 14,
|
||||
"file": "../../tests/t20025/t20025.cc",
|
||||
"file": "t20025.cc",
|
||||
"line": 36,
|
||||
"translation_unit": "../../tests/t20025/t20025.cc"
|
||||
"translation_unit": "t20025.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "1119830104994271584",
|
||||
@@ -152,9 +144,9 @@ int tmain()
|
||||
"scope": "normal",
|
||||
"source_location": {
|
||||
"column": 15,
|
||||
"file": "../../tests/t20025/t20025.cc",
|
||||
"file": "t20025.cc",
|
||||
"line": 38,
|
||||
"translation_unit": "../../tests/t20025/t20025.cc"
|
||||
"translation_unit": "t20025.cc"
|
||||
},
|
||||
"to": {
|
||||
"activity_id": "228843323046630374",
|
||||
|
||||
Reference in New Issue
Block a user