00001 //--------------------------------------------------------------------------- 00002 // TestModelMath 00003 //--------------------------------------------------------------------------- 00004 #if !defined(TestModelMath_H) 00005 #define TestModelMath_H 00006 00007 #include <cppunit/TestFixture.h> 00008 #include <cppunit/TestCaller.h> 00009 00010 class clModelMath; 00011 00015 class clTestModelMath : public CppUnit::TestFixture { 00016 public: 00017 00021 void TestMath(); 00022 00023 protected: 00024 00029 void TestFunctions(); 00030 00034 void TestRandom(); 00035 00048 void TestAddBarkToDBH(); 00049 00050 }; 00051 //--------------------------------------------------------------------------- 00052 #endif // TestMathLib_H