umbrello 25.04.1
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 SPDX-FileCopyrightText: 2011 Andi Fischer <andi.fischer@hispeed.ch>
3
4 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
5*/
6
7#ifndef TEST_CLASSIFIER_H
8#define TEST_CLASSIFIER_H
9
10#include "testbase.h"
11
16{
17 Q_OBJECT
18private Q_SLOTS:
19 void test_equal();
20 void test_copyInto();
21 void test_clone();
36 void test_findTemplate();
38 void test_takeItem();
40 void test_resolveRef();
43 void test_findOperation();
47 void test_isInterface();
53 void test_saveAndLoad();
54};
55
56#endif // TEST_CLASSIFIER_H
Definition testclassifier.h:16
void test_addAttributeWithObject()
Definition testclassifier.cpp:60
void test_setGetOriginType()
Definition testclassifier.cpp:281
void test_findChildObjectById()
Definition testclassifier.cpp:187
void test_findOperation()
Definition testclassifier.cpp:192
void test_getOperationList()
Definition testclassifier.cpp:114
void test_findSubClassConcepts()
Definition testclassifier.cpp:253
void test_removeAndCountTemplate()
Definition testclassifier.cpp:134
void test_setGetIsReference()
Definition testclassifier.cpp:286
void test_makeChildObject()
Definition testclassifier.cpp:296
void test_equal()
Definition testclassifier.cpp:19
void test_addAttributeWithType()
Definition testclassifier.cpp:46
void test_getFilteredList()
Definition testclassifier.cpp:154
void test_getTemplateList()
Definition testclassifier.cpp:144
void test_findSuperClassConcepts()
Definition testclassifier.cpp:240
void test_addTemplateWithType()
Definition testclassifier.cpp:119
void test_addTemplateWithLog()
Definition testclassifier.cpp:124
void test_addAttributeWithAttribute()
Definition testclassifier.cpp:65
void test_checkOperationSignature()
Definition testclassifier.cpp:104
void test_saveAndLoad()
Definition testclassifier.cpp:308
void test_getUniAssociationToBeImplemented()
Definition testclassifier.cpp:301
void test_removeAndCountAttribute()
Definition testclassifier.cpp:70
void test_getAttributeList()
Definition testclassifier.cpp:89
void test_hasAbstractOps()
Definition testclassifier.cpp:291
void test_takeItem()
Definition testclassifier.cpp:149
void test_removeAndCountOperation()
Definition testclassifier.cpp:109
void test_copyInto()
Definition testclassifier.cpp:31
void test_findOperations()
Definition testclassifier.cpp:164
void test_setGetClassAssoc()
Definition testclassifier.cpp:266
void test_addOperationWithLog()
Definition testclassifier.cpp:99
void test_addOperationWithPosition()
Definition testclassifier.cpp:94
void test_addTemplateWithPosition()
Definition testclassifier.cpp:129
void test_resolveRef()
Definition testclassifier.cpp:159
void test_isInterface()
Definition testclassifier.cpp:271
void test_clone()
Definition testclassifier.cpp:39
void test_findTemplate()
Definition testclassifier.cpp:139
Definition testbase.h:34