Updated test cases documentation
This commit is contained in:
@@ -1,21 +1,18 @@
|
||||
# t00060 - Parents (base classes) diagram filter test case
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: diagrams
|
||||
diagrams:
|
||||
t00060_class:
|
||||
type: class
|
||||
glob:
|
||||
- ../../tests/t00060/t00060.cc
|
||||
- t00060.cc
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t00060
|
||||
parents:
|
||||
- clanguml::t00060::D
|
||||
- clanguml::t00060::H<T,P>
|
||||
using_namespace:
|
||||
- clanguml::t00060
|
||||
using_namespace: clanguml::t00060
|
||||
```
|
||||
## Source code
|
||||
File t00060.cc
|
||||
@@ -65,9 +62,9 @@ template <typename T, typename P> struct H : public G<T> {
|
||||
"namespace": "clanguml::t00060",
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t00060/t00060.cc",
|
||||
"file": "t00060.cc",
|
||||
"line": 3,
|
||||
"translation_unit": "../../tests/t00060/t00060.cc"
|
||||
"translation_unit": "t00060.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -94,9 +91,9 @@ template <typename T, typename P> struct H : public G<T> {
|
||||
"namespace": "clanguml::t00060",
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t00060/t00060.cc",
|
||||
"file": "t00060.cc",
|
||||
"line": 4,
|
||||
"translation_unit": "../../tests/t00060/t00060.cc"
|
||||
"translation_unit": "t00060.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -123,9 +120,9 @@ template <typename T, typename P> struct H : public G<T> {
|
||||
"namespace": "clanguml::t00060",
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t00060/t00060.cc",
|
||||
"file": "t00060.cc",
|
||||
"line": 5,
|
||||
"translation_unit": "../../tests/t00060/t00060.cc"
|
||||
"translation_unit": "t00060.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -158,9 +155,9 @@ template <typename T, typename P> struct H : public G<T> {
|
||||
"namespace": "clanguml::t00060",
|
||||
"source_location": {
|
||||
"column": 8,
|
||||
"file": "../../tests/t00060/t00060.cc",
|
||||
"file": "t00060.cc",
|
||||
"line": 6,
|
||||
"translation_unit": "../../tests/t00060/t00060.cc"
|
||||
"translation_unit": "t00060.cc"
|
||||
},
|
||||
"template_parameters": [],
|
||||
"type": "class"
|
||||
@@ -181,9 +178,9 @@ template <typename T, typename P> struct H : public G<T> {
|
||||
"name": "g",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00060/t00060.cc",
|
||||
"file": "t00060.cc",
|
||||
"line": 11,
|
||||
"translation_unit": "../../tests/t00060/t00060.cc"
|
||||
"translation_unit": "t00060.cc"
|
||||
},
|
||||
"type": "T"
|
||||
}
|
||||
@@ -193,9 +190,9 @@ template <typename T, typename P> struct H : public G<T> {
|
||||
"namespace": "clanguml::t00060",
|
||||
"source_location": {
|
||||
"column": 30,
|
||||
"file": "../../tests/t00060/t00060.cc",
|
||||
"file": "t00060.cc",
|
||||
"line": 10,
|
||||
"translation_unit": "../../tests/t00060/t00060.cc"
|
||||
"translation_unit": "t00060.cc"
|
||||
},
|
||||
"template_parameters": [
|
||||
{
|
||||
@@ -230,9 +227,9 @@ template <typename T, typename P> struct H : public G<T> {
|
||||
"name": "h",
|
||||
"source_location": {
|
||||
"column": 10,
|
||||
"file": "../../tests/t00060/t00060.cc",
|
||||
"file": "t00060.cc",
|
||||
"line": 15,
|
||||
"translation_unit": "../../tests/t00060/t00060.cc"
|
||||
"translation_unit": "t00060.cc"
|
||||
},
|
||||
"type": "G<T>"
|
||||
},
|
||||
@@ -242,9 +239,9 @@ template <typename T, typename P> struct H : public G<T> {
|
||||
"name": "hh",
|
||||
"source_location": {
|
||||
"column": 7,
|
||||
"file": "../../tests/t00060/t00060.cc",
|
||||
"file": "t00060.cc",
|
||||
"line": 16,
|
||||
"translation_unit": "../../tests/t00060/t00060.cc"
|
||||
"translation_unit": "t00060.cc"
|
||||
},
|
||||
"type": "P"
|
||||
}
|
||||
@@ -254,9 +251,9 @@ template <typename T, typename P> struct H : public G<T> {
|
||||
"namespace": "clanguml::t00060",
|
||||
"source_location": {
|
||||
"column": 42,
|
||||
"file": "../../tests/t00060/t00060.cc",
|
||||
"file": "t00060.cc",
|
||||
"line": 14,
|
||||
"translation_unit": "../../tests/t00060/t00060.cc"
|
||||
"translation_unit": "t00060.cc"
|
||||
},
|
||||
"template_parameters": [
|
||||
{
|
||||
@@ -275,11 +272,6 @@ template <typename T, typename P> struct H : public G<T> {
|
||||
"type": "class"
|
||||
}
|
||||
],
|
||||
"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": "t00060_class",
|
||||
"relationships": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user