1 /* 2 $Id: DeskbarGetItemTest.h 1236 2002-09-28 07:27:00Z shatty $ 3 4 This file defines a class for performing a test of BDeskbar 5 functionality. 6 7 */ 8 9 10 #ifndef DeskbarGetItemTest_H 11 #define DeskbarGetItemTest_H 12 13 14 #include "../common.h" 15 #include <Deskbar.h> 16 17 18 class DeskbarGetItemTest : 19 public TestCase { 20 21 private: 22 23 protected: 24 25 public: 26 static Test *suite(void); 27 void PerformTest(void); 28 DeskbarGetItemTest(std::string name = ""); 29 virtual ~DeskbarGetItemTest(); 30 }; 31 32 #endif 33