#ifndef StringFormatAppendTest_H#define StringFormatAppendTest_H#include "TestCase.h"#include <String.h>class StringFormatAppendTest : public BTestCase{private:protected:public:static Test *suite(void);void PerformTest(void);StringFormatAppendTest(std::string name = "");virtual ~StringFormatAppendTest();};#endif