vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / bmessagerunner / SetIntervalTester.h
blob604cb1384a316970085f33769895f72337d94209
1 //------------------------------------------------------------------------------
2 // SetIntervalTester.h
3 //
4 //------------------------------------------------------------------------------
6 #ifndef SET_INTERVAL_TESTER_H
7 #define SET_INTERVAL_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 SetIntervalTester : public TestCase
24 public:
25 SetIntervalTester() {;}
26 SetIntervalTester(std::string name) : TestCase(name) {;}
28 void SetInterval1();
29 void SetInterval2();
30 void SetInterval3();
31 void SetInterval4();
32 void SetInterval5();
33 void SetInterval6();
34 void SetInterval7();
36 static Test* Suite();
39 #endif // SET_INTERVAL_TESTER_H