vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / bclipboard / BClipboardTester.h
blobbfe3b164727e33b3017c1a71fe83b5918a042f45
1 //------------------------------------------------------------------------------
2 // BClipboardTester.h
3 //
4 //------------------------------------------------------------------------------
6 #ifndef B_CLIPBOARD_TESTER_H
7 #define B_CLIPBOARD_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 BClipboardTester : public TestCase
24 public:
25 BClipboardTester() {;}
26 BClipboardTester(std::string name) : TestCase(name) {;}
28 void BClipboard1();
29 void BClipboard2();
31 static Test* Suite();
34 #endif // B_CLIPBOARD_TESTER_H