TrieSDiscoCasoPrueba.hpp

Ir a la documentaciĆ³n de este archivo.
00001 
00011 #if !defined(CPP_UNIT_TRIESDISCOCASOPRUEBA_HPP)
00012 #define CPP_UNIT_TRIESDISCOCASOPRUEBA_HPP
00013 
00014 #include <cppunit/extensions/HelperMacros.h>
00015 
00016 
00017 // De NodoTrieS usa Pos
00018 
00019 class TrieSDiscoCasoPrueba : public CPPUNIT_NS::TestFixture
00020 {
00021                 CPPUNIT_TEST_SUITE(TrieSDiscoCasoPrueba);
00022                 CPPUNIT_TEST(prueba_escribeNodo);
00023                 CPPUNIT_TEST(prueba_escribeCopiaNodo);
00024                 //      CPPUNIT_TEST(prueba_escribePlanoStream);
00025                 CPPUNIT_TEST(prueba_escribeCopiaSubarbol);
00026                 CPPUNIT_TEST(prueba_mezclarec);
00027                 CPPUNIT_TEST(prueba_leeRelacion);
00028                 CPPUNIT_TEST(prueba_escribeRelacion);
00029                 CPPUNIT_TEST(prueba_buscaPlanoStream);
00030                 CPPUNIT_TEST(prueba_buscaPlano);
00031                 CPPUNIT_TEST_SUITE_END();
00032 
00033         public:
00034                 void setUp();
00035         protected:
00036                 void prueba_escribeNodo();
00037                 void prueba_escribeCopiaNodo();
00038                 //      void prueba_escribePlanoStream();
00039                 void prueba_escribeCopiaSubarbol();
00040                 void prueba_mezclarec();
00041                 void prueba_leeRelacion();
00042                 void prueba_escribeRelacion();
00043                 void prueba_buscaPlanoStream();
00044                 void prueba_buscaPlano();
00045 
00046 
00047 };
00048 
00049 
00050 #endif

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