• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.14.38 API Reference
  • KDE Home
  • Contact Us
 

KUnitTest

  • kde3support
  • kunittest
Macros
module.h File Reference
#include <QtCore/QString>
#include <klibloader.h>
#include <kunittest/runner.h>

Go to the source code of this file.

Macros

#define KUNITTEST_MODULE(library, suite)
#define KUNITTEST_MODULE_REGISTER_NAMEDTESTER(name, tester)
#define KUNITTEST_MODULE_REGISTER_TESTER(tester)

Macro Definition Documentation

◆ KUNITTEST_MODULE

#define KUNITTEST_MODULE ( library,
suite )

Copyright (C) 2005 Jeroen Wijnhout Jeroe.nosp@m.n.Wi.nosp@m.jnhou.nosp@m.t@kd.nosp@m.email.nosp@m..net.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */

namespace KUnitTest { /*! Use this macro if you are creating a KUnitTest module named library. This macro creates a module-class named a factory class. The module will appear under the name suite in the test runner. There is no need in calling the K_EXPORT_COMPONENT_FACTORY macro, this is taken care of automatically.

KUNITTEST_MODULE(kunittest_samplemodule,"TestSuite")
KUNITTEST_MODULE
#define KUNITTEST_MODULE(library, suite)
Copyright (C) 2005 Jeroen Wijnhout Jeroen.Wijnhout@kdemail.net.
Definition module.h:45

Definition at line 45 of file module.h.

◆ KUNITTEST_MODULE_REGISTER_NAMEDTESTER

#define KUNITTEST_MODULE_REGISTER_NAMEDTESTER ( name,
tester )
Value:
static class tester##ModuleAutoregister \
{ \
public: \
tester##ModuleAutoregister() \
{ \
QString fullName = s_kunittest_suite + QString("::") + QString::fromLocal8Bit(name); \
KUnitTest::Tester *test = new tester(fullName.local8Bit()); \
kunittest_registerModuleTester(fullName.local8Bit(), test); \
} \
} tester##ModuleAutoregisterInstance;
KUnitTest::Tester
Definition tester.h:517

Use this macro to add a tester class, with specified name, to your module..

KUNITTEST_MODULE_REGISTER_TESTER("SubSuite::PrettyName",SimpleSampleTester)
KUNITTEST_MODULE_REGISTER_TESTER
#define KUNITTEST_MODULE_REGISTER_TESTER(tester)
Definition module.h:84

Definition at line 102 of file module.h.

◆ KUNITTEST_MODULE_REGISTER_TESTER

#define KUNITTEST_MODULE_REGISTER_TESTER ( tester)
Value:
static class tester##ModuleAutoregister \
{ \
public: \
tester##ModuleAutoregister() \
{ \
KUnitTest::Tester *test = new tester(); \
QString name = s_kunittest_suite + QLatin1String("::") + QString::fromLocal8Bit(#tester); \
test->setName(name.local8Bit()); \
kunittest_registerModuleTester(name.local8Bit(), test ); \
} \
} tester##ModuleAutoregisterInstance;

Use this macro to add a tester class to your module. The name of the tester will be identical to the class name.

KUNITTEST_MODULE_REGISTER_TESTER(SimpleSampleTester)

Definition at line 84 of file module.h.

This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KUnitTest

Skip menu "KUnitTest"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs-4.14.38 API Reference

Skip menu "kdelibs-4.14.38 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal