Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

FeePacketTest.hpp

00001 #ifdef __UTEST
00002 
00003 #ifndef ZTT_DCS_COMMANDTEST_HPP
00004 #define ZTT_DCS_COMMANDTEST_HPP
00005 
00006 #include "FeePacket.hpp"
00007 
00008 namespace ztt { namespace dcs {
00009 
00015 class FeePacketTest {
00016         private:
00017                 FeePacket* mpFeePacket;
00018 
00019 
00020         public:
00021                 void tearDown();
00022                 FeePacketTest();
00023                 bool testGetID();
00024                 bool testMarshall();
00025                 bool testFlags();
00026         bool testValid();
00027                 bool testUnmarshall();
00028                 bool testGetPayload();
00029                 bool testGetPayloadSize();
00030                 bool testGetFeePacketSize();
00031                 bool testAll();
00032 
00033 }; // end class
00034 
00035 } } // end namespace
00036 
00037 #endif
00038 
00039 #endif

Generated on Fri Mar 30 02:54:33 2007 for InterComLayer by doxygen 1.3.5