Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-12-09 20:16:28 +01:00
parent 6055c5684e
commit 0a8292655a
316 changed files with 9068 additions and 10010 deletions

View File

@@ -1,22 +1,19 @@
# t30001 - Basic package diagram test case
## Config
```yaml
compilation_database_dir: ..
output_directory: diagrams
diagrams:
t30001_package:
type: package
title: Basic package diagram example
glob:
- ../../tests/t30001/t30001.cc
- t30001.cc
include:
namespaces:
- clanguml::t30001
exclude:
namespaces:
- clanguml::t30001::detail
using_namespace:
- clanguml::t30001
using_namespace: clanguml::t30001
plantuml:
before:
- "' t30001 test diagram of type {{ diagram.type }}"
@@ -88,9 +85,9 @@ namespace BB {
"name": "t30001",
"source_location": {
"column": 11,
"file": "../../tests/t30001/t30001.cc",
"file": "t30001.cc",
"line": 2,
"translation_unit": "../../tests/t30001/t30001.cc"
"translation_unit": "t30001.cc"
},
"type": "namespace"
}
@@ -100,9 +97,9 @@ namespace BB {
"name": "clanguml",
"source_location": {
"column": 11,
"file": "../../tests/t30001/t30001.cc",
"file": "t30001.cc",
"line": 1,
"translation_unit": "../../tests/t30001/t30001.cc"
"translation_unit": "t30001.cc"
},
"type": "namespace"
},
@@ -123,9 +120,9 @@ namespace BB {
"name": "AAA",
"source_location": {
"column": 11,
"file": "../../tests/t30001/t30001.cc",
"file": "t30001.cc",
"line": 6,
"translation_unit": "../../tests/t30001/t30001.cc"
"translation_unit": "t30001.cc"
},
"type": "namespace"
},
@@ -136,9 +133,9 @@ namespace BB {
"name": "BBB",
"source_location": {
"column": 11,
"file": "../../tests/t30001/t30001.cc",
"file": "t30001.cc",
"line": 8,
"translation_unit": "../../tests/t30001/t30001.cc"
"translation_unit": "t30001.cc"
},
"type": "namespace"
}
@@ -148,9 +145,9 @@ namespace BB {
"name": "AA",
"source_location": {
"column": 11,
"file": "../../tests/t30001/t30001.cc",
"file": "t30001.cc",
"line": 5,
"translation_unit": "../../tests/t30001/t30001.cc"
"translation_unit": "t30001.cc"
},
"type": "namespace"
},
@@ -161,9 +158,9 @@ namespace BB {
"name": "BB",
"source_location": {
"column": 11,
"file": "../../tests/t30001/t30001.cc",
"file": "t30001.cc",
"line": 11,
"translation_unit": "../../tests/t30001/t30001.cc"
"translation_unit": "t30001.cc"
},
"type": "namespace"
}
@@ -173,9 +170,9 @@ namespace BB {
"name": "A",
"source_location": {
"column": 11,
"file": "../../tests/t30001/t30001.cc",
"file": "t30001.cc",
"line": 3,
"translation_unit": "../../tests/t30001/t30001.cc"
"translation_unit": "t30001.cc"
},
"type": "namespace"
},
@@ -196,9 +193,9 @@ namespace BB {
"name": "AAA",
"source_location": {
"column": 11,
"file": "../../tests/t30001/t30001.cc",
"file": "t30001.cc",
"line": 17,
"translation_unit": "../../tests/t30001/t30001.cc"
"translation_unit": "t30001.cc"
},
"type": "namespace"
},
@@ -209,9 +206,9 @@ namespace BB {
"name": "BBB",
"source_location": {
"column": 11,
"file": "../../tests/t30001/t30001.cc",
"file": "t30001.cc",
"line": 19,
"translation_unit": "../../tests/t30001/t30001.cc"
"translation_unit": "t30001.cc"
},
"type": "namespace"
}
@@ -221,9 +218,9 @@ namespace BB {
"name": "AA",
"source_location": {
"column": 11,
"file": "../../tests/t30001/t30001.cc",
"file": "t30001.cc",
"line": 16,
"translation_unit": "../../tests/t30001/t30001.cc"
"translation_unit": "t30001.cc"
},
"type": "namespace"
},
@@ -234,9 +231,9 @@ namespace BB {
"name": "BB",
"source_location": {
"column": 11,
"file": "../../tests/t30001/t30001.cc",
"file": "t30001.cc",
"line": 22,
"translation_unit": "../../tests/t30001/t30001.cc"
"translation_unit": "t30001.cc"
},
"type": "namespace"
}
@@ -246,18 +243,13 @@ namespace BB {
"name": "B",
"source_location": {
"column": 11,
"file": "../../tests/t30001/t30001.cc",
"file": "t30001.cc",
"line": 14,
"translation_unit": "../../tests/t30001/t30001.cc"
"translation_unit": "t30001.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": "t30001_package",
"relationships": [],
"title": "Basic package diagram example",