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
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
15
class
TestPythonWriter
:
public
TestCodeGeneratorBase
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
TestCodeGeneratorBase
Definition
testbase.h:57
TestPythonWriter
Definition
testpythonwriter.h:16
TestPythonWriter::test_language
void test_language()
Definition
testpythonwriter.cpp:26
TestPythonWriter::test_writeClass
void test_writeClass()
Definition
testpythonwriter.cpp:33
TestPythonWriter::test_reservedKeywords
void test_reservedKeywords()
Definition
testpythonwriter.cpp:48
testbase.h
Generated by
1.10.0