umbrello 2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
testumlobject.h
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2015 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 TESTUMLOBJECT_H
8#define TESTUMLOBJECT_H
9
10#include "testbase.h"
11
12class TestUMLObject : public TestBase
13{
14 Q_OBJECT
15private Q_SLOTS:
16 void test_copyInto();
17 void test_clone();
18 void test_doc();
19 void test_equal();
21 void test_isAbstract();
22 void test_isStatic();
23 void test_resolveRef();
24 void test_saveAndLoad();
25 void test_setBaseType();
26 void test_setStereotype();
27 void test_setUMLPackage();
28 void test_setVisibility();
29 void test_toString();
30 void test_dynamic_cast();
31 void test_isUMLXXX();
32};
33
34#endif // TESTUMLOBJECT_H
Definition testbase.h:34
Definition testumlobject.h:13
void test_dynamic_cast()
Definition testumlobject.cpp:221
void test_doc()
Definition testumlobject.cpp:55
void test_resolveRef()
Definition testumlobject.cpp:119
void test_isUMLXXX()
Definition testumlobject.cpp:231
void test_toString()
Definition testumlobject.cpp:215
void test_copyInto()
Definition testumlobject.cpp:28
void test_isStatic()
Definition testumlobject.cpp:109
void test_equal()
Definition testumlobject.cpp:65
void test_setBaseType()
Definition testumlobject.cpp:175
void test_fullyQualifiedName()
Definition testumlobject.cpp:80
void test_clone()
Definition testumlobject.cpp:46
void test_saveAndLoad()
Definition testumlobject.cpp:148
void test_setStereotype()
Definition testumlobject.cpp:183
void test_setVisibility()
Definition testumlobject.cpp:201
void test_isAbstract()
Definition testumlobject.cpp:101
void test_setUMLPackage()
Definition testumlobject.cpp:191