vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / bmessage / MessageEasyFindTest.h
blobeb1af4aa342f962eb586c6c6722d725ebcb21838
1 //------------------------------------------------------------------------------
2 // MessageEasyFindTest.h
3 //
4 //------------------------------------------------------------------------------
6 #ifndef MESSAGEEASYFINDTEST_H
7 #define MESSAGEEASYFINDTEST_H
9 // Standard Includes -----------------------------------------------------------
11 // System Includes -------------------------------------------------------------
13 // Project Includes ------------------------------------------------------------
15 // Local Includes --------------------------------------------------------------
16 #include "../common.h"
18 // Local Defines ---------------------------------------------------------------
20 // Globals ---------------------------------------------------------------------
22 class TMessageEasyFindTest : public TestCase
24 public:
25 TMessageEasyFindTest() {;}
26 TMessageEasyFindTest(std::string name) : TestCase(name) {;}
28 void MessageEasyFindTest1();
30 static TestSuite* Suite();
33 #endif // MESSAGEEASYFINDTEST_H
36 * $Log $
38 * $Id $