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