#include <QObject>
#include <QtTest/QtTest>
Go to the source code of this file.
Classes | |
class | orgQhull::RoadTest |
Namespaces | |
orgQhull | |
QhullRidge – Qhull's ridge structure, ridgeT, as a C++ class. | |
QTest | |
Macros | |
#define | QHULL_USES_QT 1 |
Test slot | |
TESTadd_(t) – Add a RoadTest Test Name objects using Qt's QTestLib Template: class Name_test : public RoadTest { Q_OBJECT #//! private slots: void t_name(); Executed before any test void initTestCase(); void init(); // Each test Executed after each test void cleanup(); //RoadTest::cleanup(); Executed after last test void cleanupTestCase(); }; void add_Name_test() { new Name_test(); // RoadTest::s_testcases } Send additional output to cout | |
#define | TESTadd_(t) extern void t(); t(); |
Functions | |
template<> | |
char * | QTest::toString (const std::string &s) |
#define QHULL_USES_QT 1 |
Definition at line 16 of file RoadTest.h.
Definition at line 85 of file RoadTest.h.