vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / bapplication / BApplicationTester.h
blob3f81399ef6e24e6663b9682c9d28a4234cf77a54
1 //------------------------------------------------------------------------------
2 // BApplicationTester.h
3 //
4 //------------------------------------------------------------------------------
6 #ifndef B_APPLICATION_TESTER_H
7 #define B_APPLICATION_TESTER_H
9 // Standard Includes -----------------------------------------------------------
11 // System Includes -------------------------------------------------------------
13 // Project Includes ------------------------------------------------------------
15 // Local Includes --------------------------------------------------------------
16 #include "../common.h"
18 // Local Defines ---------------------------------------------------------------
20 // Globals ---------------------------------------------------------------------
22 class TBApplicationTester : public TestCase
24 public:
25 TBApplicationTester() {;}
26 TBApplicationTester(std::string name) : TestCase(name) {;}
28 void BApplication1();
29 void BApplication2();
30 void BApplication3();
31 void BApplication4();
32 void BApplication5();
34 static Test* Suite();
37 #endif // B_APPLICATION_TESTER_H