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