]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/testsuite.h
Remove more classbase
[user/henk/code/inspircd.git] / include / testsuite.h
index 447e2b15e9bfd550a9666f6e4967346e0ef0f7c9..66a12ab39e80a674b3d0558916620cecc8dbc87d 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *          the file COPYING for details.
 #ifndef __TESTSUITE_H__
 #define __TESTSUITE_H__
 
+class TestSuite
+{
+ public:
+       TestSuite();
+       ~TestSuite();
+
+       bool DoThreadTests();
+       bool DoWildTests();
+       bool DoCommaSepStreamTests();
+       bool DoSpaceSepStreamTests();
+};
+
 #endif