#ifndef TEST_MYSTRING_H #define TEST_MYSTRING_H #include "MyString.h" class TestMyString { static const int TEST_OK=0; static const int TEST_NG=1; static const int TEST_NOT_IMPLEMENTED=2; int assertEqualMyString(const MyString& mystr, const char* exp); public: int testAll(); int test001(); int test002(); int test003(); int test004(); int test005(); int test101(); int test102(); int test103(); int test104(); int test201(); int test202(); int test301(); int test302(); int test303(); int test304(); int test305(); int test401(); int test402(); int test501(); int test502(); int test503(); int test504(); int test601(); int test701(); int test702(); int test703(); }; #endif //#ifndef TEST_MYSTRING_H