initial load of upstream version 1.06.32
[xmlrpc-c] / src / cpp / test / testclient.hpp
1 #include "tools.hpp"
2
3 class clientTestSuite : public testSuite {
4
5 public:
6     virtual std::string suiteName();
7     virtual void runtests(unsigned int const indentation);
8 };
9