vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / support / bstring / StringSubCopyTest.h
blobc179170b80da8f92244c7f53ce030bb578d9bb3e
1 #ifndef StringSubCopyTest_H
2 #define StringSubCopyTest_H
4 #include "TestCase.h"
5 #include <String.h>
8 class StringSubCopyTest : public BTestCase
11 private:
13 protected:
15 public:
16 static Test *suite(void);
17 void PerformTest(void);
18 StringSubCopyTest(std::string name = "");
19 virtual ~StringSubCopyTest();
22 #endif