Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

SuiteTest.hh

Go to the documentation of this file.
00001 // t_test.cpp: Tests the Test and Suite classes
00002 
00003 #include <iostream>
00004 #include <sstream>
00005 #include <complex>
00006 #include "TestSuite.hh"
00007 
00008 class ComplexTest : public ccunit::UnitTest
00009 {
00010   complex<double>* m_c1;
00011   complex<double>* m_c2;
00012   complex<double>* m_c3;
00013 
00014 public:
00015   ComplexTest();
00016   ~ComplexTest();
00017 
00018   void run_tests();
00019 
00020   void testEqual();
00021   void testAdd();
00022 };
00023 
00024 
00025 class VoidTest : public ccunit::UnitTest
00026 {
00027 public:
00028   VoidTest();
00029 
00030   void run_tests();
00031   void testAdd();
00032 };
00033 

Generated on Tue Apr 2 15:33:22 2002 for libccunit by doxygen 1.2.14 written by Dimitri van Heesch, © 1997-2002

Project hosted on sourceforge SourceForge Logo