umbrello  2.39.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
testumlcanvasobject.h
Go to the documentation of this file.
1 /*
2  SPDX-FileCopyrightText: 2019 Ralf Habacker <ralf.habacker@freenet.de>
3 
4  SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
5 */
6 
7 #ifndef TEST_UMLCANVASOBJECT_H
8 #define TEST_UMLCANVASOBJECT_H
9 
10 #include "testbase.h"
11 
16 {
17  Q_OBJECT
18 private slots:
20  void test_getAssociations();
22  void test_getSuperClasses();
23  void test_getRealizations();
24  void test_getAggregations();
25  void test_getCompositions();
26  void test_getRelationships();
27 };
28 
29 #endif // TEST_UMLCANVASOBJECT_H
Definition: testbase.h:34
Definition: testumlcanvasobject.h:16
void test_getSuperClasses()
Definition: testumlcanvasobject.cpp:58
void test_getCompositions()
Definition: testumlcanvasobject.cpp:124
void test_getRelationships()
Definition: testumlcanvasobject.cpp:141
void test_getAssociations()
Definition: testumlcanvasobject.cpp:30
void test_getAggregations()
Definition: testumlcanvasobject.cpp:107
void test_removeAllAssociationEnds()
Definition: testumlcanvasobject.cpp:45
void test_addAssociationEnd()
Definition: testumlcanvasobject.cpp:15
void test_getRealizations()
Definition: testumlcanvasobject.cpp:90