PosCasoPrueba.hpp

Ir a la documentaciĆ³n de este archivo.
00001 
00010 #if !defined(CPP_UNIT_POSCASOPRUEBA_HPP)
00011 #define CPP_UNIT_POSCASOPRUEBA_HPP
00012 
00013 #include <cppunit/extensions/HelperMacros.h>
00014 
00015 
00016 // De NodoTrieS usa Pos
00017 
00018 class PosCasoPrueba : public CPPUNIT_NS::TestFixture
00019 {
00020                 CPPUNIT_TEST_SUITE(PosCasoPrueba);
00021                 CPPUNIT_TEST(prueba_escribePos);
00022                 CPPUNIT_TEST(prueba_leePos);
00023                 CPPUNIT_TEST(prueba_longPos);
00024                 CPPUNIT_TEST(prueba_copiaPos);
00025                 CPPUNIT_TEST_SUITE_END();
00026 
00027         public:
00028                 void setUp();
00029         protected:
00030                 void prueba_escribePos();
00031                 void prueba_leePos();
00032                 void prueba_longPos();
00033                 void prueba_saltaPos();
00034                 void prueba_copiaPos();
00035 };
00036 
00037 
00038 #endif

Generado el Wed Jan 6 06:58:22 2010 para Mt77 por  doxygen 1.5.4