umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
testbasictypes.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_BASICTYPES_H
8#define TEST_BASICTYPES_H
9
10#include <QObject>
11
12class TestBasicTypes : public QObject
13{
14 Q_OBJECT
15private Q_SLOTS:
16 void test_dynamic_cast();
39};
40
41#endif // TEST_BASICTYPES_H
Definition testbasictypes.h:13
void test_Visibility_toString()
Definition testbasictypes.cpp:226
void test_Visibility_fromString()
Definition testbasictypes.cpp:242
void test_DiagramType_fromString()
Definition testbasictypes.cpp:291
void test_ModelType_fromString()
Definition testbasictypes.cpp:186
void test_Changeability_toString_fromString()
Definition testbasictypes.cpp:377
void test_SignatureType_toString_fromString()
Definition testbasictypes.cpp:351
void test_DomDocument_english()
Definition testbasictypes.cpp:101
void test_Region_toString_fromString()
Definition testbasictypes.cpp:437
void test_ProgrammingLanguage_toString_fromString()
Definition testbasictypes.cpp:425
void test_Corner_toString_fromString()
Definition testbasictypes.cpp:449
void test_SequenceMessage_toString_fromString()
Definition testbasictypes.cpp:389
void test_DiagramType_forLoop()
Definition testbasictypes.cpp:316
void test_QString_non_english()
Definition testbasictypes.cpp:78
void test_QString_english()
Definition testbasictypes.cpp:55
void test_dynamic_cast()
Definition testbasictypes.cpp:38
void test_ModelType_forLoop()
Definition testbasictypes.cpp:208
void test_ParameterDirection_toString_fromString()
Definition testbasictypes.cpp:413
void test_DiagramType_toString()
Definition testbasictypes.cpp:267
void test_DomDocument_non_english()
Definition testbasictypes.cpp:136
void test_RoleType_toString_fromString()
Definition testbasictypes.cpp:401
void test_ModelType_toString()
Definition testbasictypes.cpp:172
void test_AssociationType_toString_fromString()
Definition testbasictypes.cpp:339
void test_TextRole_toString_fromString()
Definition testbasictypes.cpp:365