00001 #ifdef __UTEST
00002
00003 #ifndef ZTT_DCS_FED_MESSENGERTEST_HPP
00004 #define ZTT_DCS_FED_MESSENGERTEST_HPP
00005
00006 #include "FedMessenger.hpp"
00007 #include "DataAccess.hpp"
00008
00009 namespace ztt { namespace dcs {
00010
00017 class FedMessengerTest {
00018 public:
00019 FedMessengerTest();
00020
00021 ~FedMessengerTest();
00022
00023 bool testFedMessenger();
00024
00025 bool testSetMessage();
00026
00027 bool testMessageStruct();
00028
00029 bool testAssignMessageStruct();
00030
00031 bool testAll();
00032
00033 private:
00034 boost::shared_ptr<DataAccess> dA;
00035
00036
00037 };
00038
00039 } }
00040
00041
00042 #endif // end of header
00043
00044 #endif // end of UTEST