Updated test cases documentation
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
# t30006 - Package split namespace test case
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
diagrams:
|
||||
t30006_package:
|
||||
type: package
|
||||
glob:
|
||||
- ../../tests/t30006/t30006.cc
|
||||
- t30006.cc
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t30006
|
||||
using_namespace:
|
||||
- clanguml::t30006
|
||||
using_namespace: clanguml::t30006
|
||||
plantuml:
|
||||
before:
|
||||
- "' t30006 test package diagram"
|
||||
@@ -67,9 +64,9 @@ struct A2 {
|
||||
"name": "t30006",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t30006/t30006.cc",
|
||||
"file": "t30006.cc",
|
||||
"line": 2,
|
||||
"translation_unit": "../../tests/t30006/t30006.cc"
|
||||
"translation_unit": "t30006.cc"
|
||||
},
|
||||
"type": "namespace"
|
||||
}
|
||||
@@ -79,9 +76,9 @@ struct A2 {
|
||||
"name": "clanguml",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t30006/t30006.cc",
|
||||
"file": "t30006.cc",
|
||||
"line": 1,
|
||||
"translation_unit": "../../tests/t30006/t30006.cc"
|
||||
"translation_unit": "t30006.cc"
|
||||
},
|
||||
"type": "namespace"
|
||||
},
|
||||
@@ -92,9 +89,9 @@ struct A2 {
|
||||
"name": "B",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t30006/t30006.cc",
|
||||
"file": "t30006.cc",
|
||||
"line": 4,
|
||||
"translation_unit": "../../tests/t30006/t30006.cc"
|
||||
"translation_unit": "t30006.cc"
|
||||
},
|
||||
"type": "namespace"
|
||||
},
|
||||
@@ -109,9 +106,9 @@ struct A2 {
|
||||
"name": "A",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t30006/t30006.cc",
|
||||
"file": "t30006.cc",
|
||||
"line": 9,
|
||||
"translation_unit": "../../tests/t30006/t30006.cc"
|
||||
"translation_unit": "t30006.cc"
|
||||
},
|
||||
"type": "namespace"
|
||||
},
|
||||
@@ -122,18 +119,13 @@ struct A2 {
|
||||
"name": "C",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t30006/t30006.cc",
|
||||
"file": "t30006.cc",
|
||||
"line": 15,
|
||||
"translation_unit": "../../tests/t30006/t30006.cc"
|
||||
"translation_unit": "t30006.cc"
|
||||
},
|
||||
"type": "namespace"
|
||||
}
|
||||
],
|
||||
"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": "t30006_package",
|
||||
"relationships": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user