Files
haiku-beta6/src/tests/kits/app/blooper/RemoveHandlerTest.h
T
ejakowatz e24ab46c4e Changes to BLooper tests so that they will work again.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@69 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-11 00:04:38 +00:00

42 lines
1021 B
C++

//------------------------------------------------------------------------------
// RemoveHandlerTest.h
//
//------------------------------------------------------------------------------
#ifndef REMOVEHANDLERTEST_H
#define REMOVEHANDLERTEST_H
// Standard Includes -----------------------------------------------------------
// System Includes -------------------------------------------------------------
// Project Includes ------------------------------------------------------------
// Local Includes --------------------------------------------------------------
#include "../common.h"
// Local Defines ---------------------------------------------------------------
// Globals ---------------------------------------------------------------------
class TRemoveHandlerTest : public TestCase
{
public:
TRemoveHandlerTest() {;}
TRemoveHandlerTest(std::string name) : TestCase(name) {;}
void RemoveHandler1();
static Test* Suite();
};
#endif //REMOVEHANDLERTEST_H
/*
* $Log $
*
* $Id $
*
*/