15025cfceSjrand /* 2*571d840aSOliver Tappe $Id: DeskbarAddItemTest.h 1236 2002-09-28 07:27:00Z shatty $ 35025cfceSjrand 45025cfceSjrand This file defines a class for performing a test of BDeskbar 55025cfceSjrand functionality. 65025cfceSjrand 75025cfceSjrand */ 85025cfceSjrand 95025cfceSjrand 105025cfceSjrand #ifndef DeskbarAddItemTest_H 115025cfceSjrand #define DeskbarAddItemTest_H 125025cfceSjrand 135025cfceSjrand 145025cfceSjrand #include "../common.h" 155025cfceSjrand #include <Deskbar.h> 165025cfceSjrand 175025cfceSjrand 185025cfceSjrand class DeskbarAddItemTest : 195025cfceSjrand public TestCase { 205025cfceSjrand 215025cfceSjrand private: 225025cfceSjrand 235025cfceSjrand protected: 245025cfceSjrand 255025cfceSjrand public: 265025cfceSjrand static Test *suite(void); 275025cfceSjrand void PerformTest(void); 285025cfceSjrand DeskbarAddItemTest(std::string name = ""); 295025cfceSjrand virtual ~DeskbarAddItemTest(); 305025cfceSjrand }; 315025cfceSjrand 325025cfceSjrand #endif 33