vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / bhandler / HandlerLooperTest.h
blobecbb4d63155758da38d78e1440bd515c5b6addbc
1 //------------------------------------------------------------------------------
2 // LooperTest.h
3 //
4 //------------------------------------------------------------------------------
6 #ifndef LOOPERTEST_H
7 #define LOOPERTEST_H
9 // Standard Includes -----------------------------------------------------------
11 // System Includes -------------------------------------------------------------
12 #include <Handler.h>
14 // Project Includes ------------------------------------------------------------
16 // Local Includes --------------------------------------------------------------
17 #include "../common.h"
19 // Local Defines ---------------------------------------------------------------
21 // Globals ---------------------------------------------------------------------
23 class TLooperTest : public TestCase
25 public:
26 TLooperTest() {;}
27 TLooperTest(std::string name) : TestCase(name) {;}
29 void LooperTest1();
30 void LooperTest2();
32 static Test* Suite();
34 private:
35 BHandler fHandler;
38 #endif //LOOPERTEST_H
41 * $Log $
43 * $Id $