Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-03-25 18:18:31 +01:00
parent 344549ac03
commit 3a772a9102
201 changed files with 31256 additions and 2757 deletions

View File

@@ -36,3 +36,125 @@ template <typename T> void m1(T p) { m2<T>(p); }
```
## Generated UML diagrams
![t20003_sequence](./t20003_sequence.svg "Function template sequence diagram test case")
## Generated JSON models
```json
{
"diagram_type": "sequence",
"name": "t20003_sequence",
"participants": [
{
"id": "469205740799240869",
"name": "clanguml::t20003::m1<T>(T)",
"source_location": {
"file": "../../tests/t20003/t20003.cc",
"line": 10
},
"type": "function_template"
},
{
"id": "1502957449367040488",
"name": "clanguml::t20003::m2<T>(T)",
"source_location": {
"file": "../../tests/t20003/t20003.cc",
"line": 8
},
"type": "function_template"
},
{
"id": "613477682313507585",
"name": "clanguml::t20003::m3<T>(T)",
"source_location": {
"file": "../../tests/t20003/t20003.cc",
"line": 6
},
"type": "function_template"
},
{
"id": "619960023608507925",
"name": "clanguml::t20003::m4<T>(T)",
"source_location": {
"file": "../../tests/t20003/t20003.cc",
"line": 4
},
"type": "function_template"
}
],
"sequences": [
{
"messages": [
{
"from": {
"activity_id": "469205740799240869",
"activity_name": "clanguml::t20003::m1<T>(T)",
"participant_id": "469205740799240869",
"participant_name": "clanguml::t20003::m1<T>(T)"
},
"name": "",
"return_type": "",
"scope": "normal",
"source_location": {
"file": "../../tests/t20003/t20003.cc",
"line": 10
},
"to": {
"activity_id": "1502957449367040488",
"activity_name": "clanguml::t20003::m2<T>(T)",
"participant_id": "1502957449367040488",
"participant_name": "clanguml::t20003::m2<T>(T)"
},
"type": "message"
},
{
"from": {
"activity_id": "1502957449367040488",
"activity_name": "clanguml::t20003::m2<T>(T)",
"participant_id": "1502957449367040488",
"participant_name": "clanguml::t20003::m2<T>(T)"
},
"name": "",
"return_type": "",
"scope": "normal",
"source_location": {
"file": "../../tests/t20003/t20003.cc",
"line": 8
},
"to": {
"activity_id": "613477682313507585",
"activity_name": "clanguml::t20003::m3<T>(T)",
"participant_id": "613477682313507585",
"participant_name": "clanguml::t20003::m3<T>(T)"
},
"type": "message"
},
{
"from": {
"activity_id": "613477682313507585",
"activity_name": "clanguml::t20003::m3<T>(T)",
"participant_id": "613477682313507585",
"participant_name": "clanguml::t20003::m3<T>(T)"
},
"name": "",
"return_type": "",
"scope": "normal",
"source_location": {
"file": "../../tests/t20003/t20003.cc",
"line": 6
},
"to": {
"activity_id": "619960023608507925",
"activity_name": "clanguml::t20003::m4<T>(T)",
"participant_id": "619960023608507925",
"participant_name": "clanguml::t20003::m4<T>(T)"
},
"type": "message"
}
],
"start_from": {
"id": 469205740799240869,
"location": "clanguml::t20003::m1<T>(T)"
}
}
],
"using_namespace": "clanguml::t20003"
}
```