From 5d18fce959ea74f99a8683c944c96881b2365bb2 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 25 Aug 2005 21:25:45 +0000 Subject: Moved to CppUnit for unit tests framework. --- tests/lib/unit++/guitester.h | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 tests/lib/unit++/guitester.h (limited to 'tests/lib/unit++/guitester.h') diff --git a/tests/lib/unit++/guitester.h b/tests/lib/unit++/guitester.h deleted file mode 100644 index aa241db4..00000000 --- a/tests/lib/unit++/guitester.h +++ /dev/null @@ -1,40 +0,0 @@ -#ifndef __UNITPP__GUITESTER_H -#define __UNITPP__GUITESTER_H -#ifdef GUI -#include "tester.h" -#include "gui.h" -#include -#include -#include - -/// \name unitpp -namespace unitpp { -/** - * The class for setting up the GUI. It visites all the tests, and create - * nodes for them in the test tree, count them and adjust all the GUI - * elements appropriately. - */ -class g_setup : public QObject, public visitor { - Q_OBJECT -private: - gui* gp; - bool running; - int n_suites; - int n_tests; - std::stack branch; - std::vector nodes, selected; - std::map rev; - void find_selected(QListViewItem*); - void add_node(node* np); -public: - g_setup(gui* gp); - virtual void visit(test&); - virtual void visit(suite&); - virtual void visit(suite&, int); -public slots: - /// - void run(); -}; -} -#endif -#endif -- cgit v1.2.3