umbrello 2.38.4
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
testcppwriter.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 TESTCPPWRITER_H
8#define TESTCPPWRITER_H
9
10#include "testbase.h"
11
16{
17 Q_OBJECT
18private slots:
19 void test_language();
20 void test_writeClass();
23};
24
25#endif // TESTCPPWRITER_H
Definition testbase.h:57
Definition testcppwriter.h:16
void test_defaultDatatypes()
Definition testcppwriter.cpp:64
void test_language()
Definition testcppwriter.cpp:26
void test_reservedKeywords()
Definition testcppwriter.cpp:54
void test_writeClass()
Definition testcppwriter.cpp:33