xref: /haiku/src/tests/kits/support/bstring/StringFormatAppendTest.h (revision 02354704729d38c3b078c696adc1bbbd33cbcf72)
1 #ifndef StringFormatAppendTest_H
2 #define StringFormatAppendTest_H
3 
4 #include "TestCase.h"
5 #include <String.h>
6 
7 
8 class StringFormatAppendTest : public BTestCase
9 {
10 
11 private:
12 
13 protected:
14 
15 public:
16 	static Test *suite(void);
17 	void PerformTest(void);
18 	StringFormatAppendTest(std::string name = "");
19 	virtual ~StringFormatAppendTest();
20 	};
21 
22 #endif
23