00001 // testing some exceptions 00002 00003 #ifndef testExc_hh 00004 #define testExc_hh 00005 00006 #include "basics/testcase.hh" 00007 00008 namespace test { 00009 00013 class ExceptionTest : public TestCase { 00014 public: 00015 virtual ~ExceptionTest() {} 00016 virtual void run(); 00017 00019 00020 00021 void testAssert(); 00023 void testBase(); 00025 void testMissingFeature(); 00027 }; 00028 00029 } // namespace test 00030 00031 #endif // testExc_hh