Added virtual method call test case

This commit is contained in:
Bartek Kryza
2022-12-13 23:47:04 +01:00
parent d7c8c14cda
commit ed2b3e188b
7 changed files with 88 additions and 2 deletions

14
tests/t20026/.clang-uml Normal file
View File

@@ -0,0 +1,14 @@
compilation_database_dir: ..
output_directory: puml
diagrams:
t20026_sequence:
type: sequence
glob:
- ../../tests/t20026/t20026.cc
include:
namespaces:
- clanguml::t20026
using_namespace:
- clanguml::t20026
start_from:
- function: "clanguml::t20026::tmain()"