umbrello
2.39.0-f278c90ad
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
unittests
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
15
class
TestCppWriter
:
public
TestCodeGeneratorBase
16
{
17
Q_OBJECT
18
private
slots:
19
void
test_language
();
20
void
test_writeClass
();
21
void
test_reservedKeywords
();
22
void
test_defaultDatatypes
();
23
};
24
25
#endif
// TESTCPPWRITER_H
TestCodeGeneratorBase
Definition
testbase.h:57
TestCppWriter
Definition
testcppwriter.h:16
TestCppWriter::test_defaultDatatypes
void test_defaultDatatypes()
Definition
testcppwriter.cpp:64
TestCppWriter::test_language
void test_language()
Definition
testcppwriter.cpp:26
TestCppWriter::test_reservedKeywords
void test_reservedKeywords()
Definition
testcppwriter.cpp:54
TestCppWriter::test_writeClass
void test_writeClass()
Definition
testcppwriter.cpp:33
testbase.h
Generated by
1.10.0