1 //------------------------------------------------------------------------------
2 // MessageConstructTest.h
4 //------------------------------------------------------------------------------
6 #ifndef MESSAGECONSTRUCTTEST_H
7 #define MESSAGECONSTRUCTTEST_H
9 // Standard Includes -----------------------------------------------------------
11 // System Includes -------------------------------------------------------------
13 // Project Includes ------------------------------------------------------------
15 // Local Includes --------------------------------------------------------------
16 #include "../common.h"
18 // Local Defines ---------------------------------------------------------------
20 // Globals ---------------------------------------------------------------------
24 class TMessageConstructTest
: public TestCase
27 TMessageConstructTest() {;}
28 TMessageConstructTest(std::string name
) : TestCase(name
) {;}
30 void MessageConstructTest1();
31 void MessageConstructTest2();
32 void MessageConstructTest3();
34 static TestSuite
* Suite();
37 void ConfirmNullConstruction(BMessage
& msg
);
40 #endif //MESSAGECONSTRUCTTEST_H