umbrello  2.31.70
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
testclassifier.h
Go to the documentation of this file.
1 /*
2  Copyright 2011 Andi Fischer <andi.fischer@hispeed.ch>
3 
4  This program is free software; you can redistribute it and/or
5  modify it under the terms of the GNU General Public License as
6  published by the Free Software Foundation; either version 2 of
7  the License or (at your option) version 3 or any later version
8  accepted by the membership of KDE e.V. (or its successor approved
9  by the membership of KDE e.V.), which shall act as a proxy
10  defined in Section 14 of version 3 of the license.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
20 
21 #ifndef TEST_CLASSIFIER_H
22 #define TEST_CLASSIFIER_H
23 
24 #include "testbase.h"
25 
30 {
31  Q_OBJECT
32 private slots:
33  void test_equal();
34  void test_copyInto();
35  void test_clone();
40  void test_getAttributeList();
45  void test_getOperationList();
50  void test_findTemplate();
51  void test_getTemplateList();
52  void test_takeItem();
53  void test_getFilteredList();
54  void test_resolveRef();
55  void test_findOperations();
57  void test_findOperation();
60  void test_setGetClassAssoc();
61  void test_isInterface();
62  void test_setGetOriginType();
64  void test_hasAbstractOps();
65  void test_makeChildObject();
67  void test_saveAndLoad();
68 };
69 
70 #endif // TEST_CLASSIFIER_H
void test_removeAndCountTemplate()
Definition: testclassifier.cpp:148
void test_takeItem()
Definition: testclassifier.cpp:163
void test_getTemplateList()
Definition: testclassifier.cpp:158
void test_hasAbstractOps()
Definition: testclassifier.cpp:305
void test_findTemplate()
Definition: testclassifier.cpp:153
void test_removeAndCountAttribute()
Definition: testclassifier.cpp:84
void test_addTemplateWithLog()
Definition: testclassifier.cpp:138
void test_addAttributeWithObject()
Definition: testclassifier.cpp:74
void test_equal()
Definition: testclassifier.cpp:33
void test_findSuperClassConcepts()
Definition: testclassifier.cpp:254
void test_setGetOriginType()
Definition: testclassifier.cpp:295
void test_addAttributeWithAttribute()
Definition: testclassifier.cpp:79
void test_clone()
Definition: testclassifier.cpp:53
void test_addOperationWithLog()
Definition: testclassifier.cpp:113
void test_saveAndLoad()
Definition: testclassifier.cpp:322
void test_getAttributeList()
Definition: testclassifier.cpp:103
void test_setGetIsReference()
Definition: testclassifier.cpp:300
Definition: testbase.h:47
void test_findSubClassConcepts()
Definition: testclassifier.cpp:267
void test_findChildObjectById()
Definition: testclassifier.cpp:201
Definition: testclassifier.h:29
void test_getUniAssociationToBeImplemented()
Definition: testclassifier.cpp:315
void test_getOperationList()
Definition: testclassifier.cpp:128
void test_resolveRef()
Definition: testclassifier.cpp:173
void test_addTemplateWithPosition()
Definition: testclassifier.cpp:143
void test_addTemplateWithType()
Definition: testclassifier.cpp:133
void test_findOperation()
Definition: testclassifier.cpp:206
void test_removeAndCountOperation()
Definition: testclassifier.cpp:123
void test_findOperations()
Definition: testclassifier.cpp:178
void test_makeChildObject()
Definition: testclassifier.cpp:310
void test_addOperationWithPosition()
Definition: testclassifier.cpp:108
void test_copyInto()
Definition: testclassifier.cpp:45
void test_getFilteredList()
Definition: testclassifier.cpp:168
void test_checkOperationSignature()
Definition: testclassifier.cpp:118
void test_addAttributeWithType()
Definition: testclassifier.cpp:60
void test_setGetClassAssoc()
Definition: testclassifier.cpp:280
void test_isInterface()
Definition: testclassifier.cpp:285