From cc449ec9d1ca448a33c83b20f9b77d4139687813 Mon Sep 17 00:00:00 2001 From: Tyler Dauwalder Date: Thu, 11 Jul 2002 03:25:42 +0000 Subject: [PATCH] Not currently used, so removed for the moment at least. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@73 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/tools/cppunit/TestResult.h | 18 ------------------ headers/tools/cppunit/TestSuite.h | 18 ------------------ 2 files changed, 36 deletions(-) delete mode 100644 headers/tools/cppunit/TestResult.h delete mode 100644 headers/tools/cppunit/TestSuite.h diff --git a/headers/tools/cppunit/TestResult.h b/headers/tools/cppunit/TestResult.h deleted file mode 100644 index 499bb4d06c..0000000000 --- a/headers/tools/cppunit/TestResult.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _beos_test_result_h_ -#define _beos_test_result_h_ - -#include - -/*! \brief CppUnit::TestResult class with BeOS synchronization implementation. - -*/ -//template -class TestResult : public CppUnit::TestResult { -public: - TestResult(); -protected: -}; - -#endif // _beos_test_result_h_ - - diff --git a/headers/tools/cppunit/TestSuite.h b/headers/tools/cppunit/TestSuite.h deleted file mode 100644 index bf92a28a51..0000000000 --- a/headers/tools/cppunit/TestSuite.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _beos_test_suite_h_ -#define _beos_test_suite_h_ - -#include - -class TestSuite : public CppUnit::TestSuite { - //! Calls setUp(), runs the test suite, calls tearDown(). - virtual void run (CppUnit::TestResult *result); - - //! This function called *once* before the entire suite of tests is run - virtual void setUp() {} - - //! This function called *once* after the entire suite of tests is run - virtual void tearDown() {} - -}; - -#endif // _beos_test_suite_h_ \ No newline at end of file