root/src/tests/kits/app/bhandler/IsWatchedTest.h
//------------------------------------------------------------------------------
//      IsWatchedTest.h
//
//------------------------------------------------------------------------------

#ifndef ISWATCHEDTEST_H
#define ISWATCHEDTEST_H

// Standard Includes -----------------------------------------------------------

// System Includes -------------------------------------------------------------
#include <Handler.h>
// Project Includes ------------------------------------------------------------

// Local Includes --------------------------------------------------------------
#include "../common.h"

// Local Defines ---------------------------------------------------------------

// Globals ---------------------------------------------------------------------

class TIsWatchedTest : public TestCase
{
        public:
                TIsWatchedTest() {;}
                TIsWatchedTest(std::string name) : TestCase(name) {;}

                void IsWatched1();
                void IsWatched2();
                void IsWatched3();
                void IsWatched4();
                void IsWatched5();

                static Test* Suite();

        private:
                BHandler        fHandler;
};

#endif  //ISWATCHEDTEST_H

/*
 * $Log $
 *
 * $Id  $
 *
 */