vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / bhandler / IsWatchedTest.h
blob2fdc084f45629e6bae0b6149272e7a91c4fc3670
1 //------------------------------------------------------------------------------
2 // IsWatchedTest.h
3 //
4 //------------------------------------------------------------------------------
6 #ifndef ISWATCHEDTEST_H
7 #define ISWATCHEDTEST_H
9 // Standard Includes -----------------------------------------------------------
11 // System Includes -------------------------------------------------------------
12 #include <Handler.h>
13 // Project Includes ------------------------------------------------------------
15 // Local Includes --------------------------------------------------------------
16 #include "../common.h"
18 // Local Defines ---------------------------------------------------------------
20 // Globals ---------------------------------------------------------------------
22 class TIsWatchedTest : public TestCase
24 public:
25 TIsWatchedTest() {;}
26 TIsWatchedTest(std::string name) : TestCase(name) {;}
28 void IsWatched1();
29 void IsWatched2();
31 static Test* Suite();
33 private:
34 BHandler fHandler;
37 #endif //ISWATCHEDTEST_H
40 * $Log $
42 * $Id $