vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / bhandler / BHandlerTester.h
blob2cecf49b6e231a3c7d89da1689d8eaa254d546c8
1 //------------------------------------------------------------------------------
2 // BHandlerTester.h
3 //
4 //------------------------------------------------------------------------------
6 #ifndef BHANDLERTESTER_H
7 #define BHANDLERTESTER_H
9 // Standard Includes -----------------------------------------------------------
11 // System Includes -------------------------------------------------------------
13 // Project Includes ------------------------------------------------------------
15 // Local Includes --------------------------------------------------------------
16 #include "../common.h"
18 // Local Defines ---------------------------------------------------------------
20 // Globals ---------------------------------------------------------------------
22 class TBHandlerTester : public TestCase
24 public:
25 TBHandlerTester() {;}
26 TBHandlerTester(std::string name) : TestCase(name) {;}
28 void BHandler1();
29 void BHandler2();
30 void BHandler3();
31 void BHandler4();
32 void BHandler5();
34 void Archive1();
35 void Archive2();
36 void Archive3();
37 void Archive4();
39 void Instantiate1();
40 void Instantiate2();
41 void Instantiate3();
43 void SetName1();
44 void SetName2();
46 void Perform1();
48 void FilterList1();
50 void UnlockLooper1();
51 void UnlockLooper2();
52 void UnlockLooper3();
54 static Test* Suite();
57 #endif //BHANDLERTESTER_H
60 * $Log $
62 * $Id $