vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / bhandler / SetNextHandlerTest.h
blob6c4039ff0c48c8b9bfe6a417cbfc28bb7d865da2
1 //------------------------------------------------------------------------------
2 // SetNextHandlerTest.h
3 //
4 //------------------------------------------------------------------------------
6 #ifndef SETNEXTHANDLERTEST_H
7 #define SETNEXTHANDLERTEST_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 TSetNextHandlerTest : public TestCase
25 public:
26 TSetNextHandlerTest() {;}
27 TSetNextHandlerTest(std::string name) : TestCase(name) {;}
29 void SetNextHandler0();
30 void SetNextHandler1();
31 void SetNextHandler2();
32 void SetNextHandler3();
33 void SetNextHandler4();
34 void SetNextHandler5();
35 void SetNextHandler6();
36 void SetNextHandler7();
37 void SetNextHandler8();
38 void SetNextHandler9();
39 void SetNextHandler10();
40 void SetNextHandler11();
42 static Test* Suite();
44 private:
47 #endif //SETNEXTHANDLERTEST_H
50 * $Log $
52 * $Id $