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