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