KD Chart 2
[rev.2.7]
|
#include "kdchart_export.h"
#include "kdganttglobal.h"
#include <QtGlobal>
#include <string>
#include <iostream>
#include "testregistry.h"
#include "libutil.h"
Go to the source code of this file.
Classes | |
class | KDAB::UnitTest::GenericFactory< T_Test > |
class | KDAB::UnitTest::Test |
class | KDAB::UnitTest::TestFactory |
Namespaces | |
KDAB | |
KDAB::UnitTest | |
Macros | |
#define | assertDoesNotThrowException(x, E) |
#define | assertEqual(x, y) _assertEqual( (x), (y), #x, #y, __FILE__, __LINE__ ) |
#define | assertEqualWithEpsilons(x, y, z) _assertEqualWithEpsilons( (x), (y), (z), #x, #y, #z, __FILE__, __LINE__ ) |
#define | assertFalse(x) _assertFalse( (x), #x, __FILE__, __LINE__ ) |
#define | assertNearEqual(x, y, z) |
#define | assertNotEqual(x, y) _assertNotEqual( (x), (y), #x, #y, __FILE__, __LINE__ ) |
#define | assertNotNull(x) _assertNotNull( ( x ), #x, __FILE__, __LINE__ ) |
#define | assertNull(x) _assertNull( ( x ), #x, __FILE__, __LINE__ ) |
#define | assertThrowsException(x, E) assertThrowsExceptionWithCode( x, E, do{}while (0) ) |
#define | assertThrowsExceptionWithCode(x, E, code) |
#define | assertTrue(x) _assertTrue( (x), #x, __FILE__, __LINE__ ) |
#define | KDAB_EXPORT_SCOPED_UNITTEST(Namespace, Class, Group) |
#define | KDAB_EXPORT_UNITTEST(Class, Group) |
#define | KDAB_IMPORT_UNITTEST(Class) KDAB_IMPORT_STATIC_SYMBOLS( Class ) |
#define | KDAB_SCOPED_UNITTEST_SIMPLE(Namespace, Class, Group) |
#define | KDAB_UNITTEST_SIMPLE(Class, Group) |
#define assertDoesNotThrowException | ( | x, | |
E | |||
) |
#define assertEqual | ( | x, | |
y | |||
) | _assertEqual( (x), (y), #x, #y, __FILE__, __LINE__ ) |
Definition at line 43 of file test.h.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
#define assertEqualWithEpsilons | ( | x, | |
y, | |||
z | |||
) | _assertEqualWithEpsilons( (x), (y), (z), #x, #y, #z, __FILE__, __LINE__ ) |
#define assertFalse | ( | x | ) | _assertFalse( (x), #x, __FILE__, __LINE__ ) |
Definition at line 42 of file test.h.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
#define assertNotEqual | ( | x, | |
y | |||
) | _assertNotEqual( (x), (y), #x, #y, __FILE__, __LINE__ ) |
Definition at line 44 of file test.h.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
#define assertNotNull | ( | x | ) | _assertNotNull( ( x ), #x, __FILE__, __LINE__ ) |
#define assertNull | ( | x | ) | _assertNull( ( x ), #x, __FILE__, __LINE__ ) |
#define assertThrowsException | ( | x, | |
E | |||
) | assertThrowsExceptionWithCode( x, E, do{}while (0) ) |
#define assertThrowsExceptionWithCode | ( | x, | |
E, | |||
code | |||
) |
#define assertTrue | ( | x | ) | _assertTrue( (x), #x, __FILE__, __LINE__ ) |
Definition at line 41 of file test.h.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
#define KDAB_EXPORT_SCOPED_UNITTEST | ( | Namespace, | |
Class, | |||
Group | |||
) |
#define KDAB_EXPORT_UNITTEST | ( | Class, | |
Group | |||
) |
#define KDAB_IMPORT_UNITTEST | ( | Class | ) | KDAB_IMPORT_STATIC_SYMBOLS( Class ) |
#define KDAB_SCOPED_UNITTEST_SIMPLE | ( | Namespace, | |
Class, | |||
Group | |||
) |