Updated test cases documentation
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
# t30003 - Package deprecated attribute test case
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
diagrams:
|
||||
t30003_package:
|
||||
type: package
|
||||
glob:
|
||||
- ../../tests/t30003/t30003.cc
|
||||
- t30003.cc
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t30003
|
||||
using_namespace:
|
||||
- clanguml::t30003
|
||||
using_namespace: clanguml::t30003
|
||||
plantuml:
|
||||
before:
|
||||
- "' t30003 test package diagram"
|
||||
@@ -67,9 +64,9 @@ class B : public ns1::ns2::Anon { };
|
||||
"name": "t30003",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t30003/t30003.cc",
|
||||
"file": "t30003.cc",
|
||||
"line": 2,
|
||||
"translation_unit": "../../tests/t30003/t30003.cc"
|
||||
"translation_unit": "t30003.cc"
|
||||
},
|
||||
"type": "namespace"
|
||||
}
|
||||
@@ -79,9 +76,9 @@ class B : public ns1::ns2::Anon { };
|
||||
"name": "clanguml",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t30003/t30003.cc",
|
||||
"file": "t30003.cc",
|
||||
"line": 1,
|
||||
"translation_unit": "../../tests/t30003/t30003.cc"
|
||||
"translation_unit": "t30003.cc"
|
||||
},
|
||||
"type": "namespace"
|
||||
},
|
||||
@@ -95,9 +92,9 @@ class B : public ns1::ns2::Anon { };
|
||||
"name": "ns2_v1_0_0",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t30003/t30003.cc",
|
||||
"file": "t30003.cc",
|
||||
"line": 5,
|
||||
"translation_unit": "../../tests/t30003/t30003.cc"
|
||||
"translation_unit": "t30003.cc"
|
||||
},
|
||||
"type": "namespace"
|
||||
},
|
||||
@@ -108,9 +105,9 @@ class B : public ns1::ns2::Anon { };
|
||||
"name": "ns2_v0_9_0",
|
||||
"source_location": {
|
||||
"column": 26,
|
||||
"file": "../../tests/t30003/t30003.cc",
|
||||
"file": "t30003.cc",
|
||||
"line": 9,
|
||||
"translation_unit": "../../tests/t30003/t30003.cc"
|
||||
"translation_unit": "t30003.cc"
|
||||
},
|
||||
"type": "namespace"
|
||||
}
|
||||
@@ -120,9 +117,9 @@ class B : public ns1::ns2::Anon { };
|
||||
"name": "ns1",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t30003/t30003.cc",
|
||||
"file": "t30003.cc",
|
||||
"line": 4,
|
||||
"translation_unit": "../../tests/t30003/t30003.cc"
|
||||
"translation_unit": "t30003.cc"
|
||||
},
|
||||
"type": "namespace"
|
||||
},
|
||||
@@ -139,9 +136,9 @@ class B : public ns1::ns2::Anon { };
|
||||
"name": "ns2",
|
||||
"source_location": {
|
||||
"column": 16,
|
||||
"file": "../../tests/t30003/t30003.cc",
|
||||
"file": "t30003.cc",
|
||||
"line": 20,
|
||||
"translation_unit": "../../tests/t30003/t30003.cc"
|
||||
"translation_unit": "t30003.cc"
|
||||
},
|
||||
"type": "namespace"
|
||||
}
|
||||
@@ -151,9 +148,9 @@ class B : public ns1::ns2::Anon { };
|
||||
"name": "ns1",
|
||||
"source_location": {
|
||||
"column": 11,
|
||||
"file": "../../tests/t30003/t30003.cc",
|
||||
"file": "t30003.cc",
|
||||
"line": 20,
|
||||
"translation_unit": "../../tests/t30003/t30003.cc"
|
||||
"translation_unit": "t30003.cc"
|
||||
},
|
||||
"type": "namespace"
|
||||
}
|
||||
@@ -163,18 +160,13 @@ class B : public ns1::ns2::Anon { };
|
||||
"name": "ns3",
|
||||
"source_location": {
|
||||
"column": 26,
|
||||
"file": "../../tests/t30003/t30003.cc",
|
||||
"file": "t30003.cc",
|
||||
"line": 18,
|
||||
"translation_unit": "../../tests/t30003/t30003.cc"
|
||||
"translation_unit": "t30003.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": "t30003_package",
|
||||
"relationships": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user